Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-12-02 18:26:23 -0800 (Thu, 02 Dec 2004)
Revision: 6317
Log message:

      The new parser branch have added a "token" keyword which clashed with a number
      of places using the "token" for other things (opname, type, etc). I've renamed
      the "token" keyword into "lex_token".
      

Changes  Path
+2 -2 metaprl/editor/emacs/caml.el
+4 -4 metaprl/filter/filter/filter_parse.ml
+14 -14 mpcompiler/mmc/core/mmc_core_ast.mli
+4 -4 mpcompiler/mmc/core/mmc_core_grammar.mli
+9 -9 mpcompiler/mmc/extensions/bool/mmc_ext_bool.mli
+19 -19 mpcompiler/mmc/extensions/int/mmc_ext_int.mli