Changes by: Aleksey Nogin (nogin at cs.caltech.edu)
Date: 2004-03-28 18:42:05 -0800 (Sun, 28 Mar 2004)
Revision: 5571
Log message:

      This commit replaces Perv!cons and Perv!nil with Mcc_list_util!cons and
      Mcc_list_util!nil in all the ast/tast/tuple syntax. This is necessary
      because overriding display forms for Perv!cons and Perv!nil (as we used to do)
      causes problems (for example, comments were displayed incorrectly).
      

Changes  Path
+9 -8 mpcompiler/mmc/arch/x86/mmc_x86_backend.ml
+3 -2 mpcompiler/mmc/arch/x86/mmc_x86_spill.ml
+1 -0 mpcompiler/mmc/core/mmc_core_ast.ml
+1 -0 mpcompiler/mmc/core/mmc_core_ast.mli
+0 -9 mpcompiler/mmc/core/mmc_core_base.ml
+1 -0 mpcompiler/mmc/core/mmc_core_list_util.ml
+1 -0 mpcompiler/mmc/core/mmc_core_tast.ml
+1 -0 mpcompiler/mmc/core/mmc_core_tast.mli
+9 -8 mpcompiler/mmc/extensions/tuple/mmc_ext_tuple.ml
+1 -1 mpcompiler/mmc/syntax.pho
+30 -3 mpcompiler/util/mm_list_util.ml
+12 -1 mpcompiler/util/mm_list_util.mli