Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-11-12 18:52:43 -0800 (Fri, 12 Nov 2004)
Revision: 646
Log message:

      The CVS version of OCaml now supports "unused variable" warnings.
      I've just started going over the MetaPRL code and eliminating these
      warnings. So far I've found one real bug - Lm_symbol.compare_triple
      was incorrect.
      

Changes  Path
+19 -23 libmojave/stdlib/lm_big_int.ml
+13 -13 libmojave/stdlib/lm_map.ml
+13 -14 libmojave/stdlib/lm_serial_map.ml
+11 -11 libmojave/stdlib/lm_set.ml
+1 -30 libmojave/system/lm_marshal_shared.ml
+2 -6 libmojave/util/lm_parser.ml
+1 -1 libmojave/util/lm_symbol.ml