]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/ocaml/cic_disambiguation/pa_unicode_macro.ml
no longer use marshalled table for unicode macros
[helm.git] / helm / ocaml / cic_disambiguation / pa_unicode_macro.ml
index b1a9153ca754d618cdd0034fbfc90e7a5ede65a0..4ba3541e5653cea8f25f0f95ec80dc633a080f3a 100644 (file)
@@ -30,7 +30,7 @@ let loc = (0, 0)
 
 let expand_unicode_macro macro =
   debug_print (Printf.sprintf "Expanding macro '%s' ..." macro);
-  let expansion = Macro.expand macro in
+  let expansion = CicTextualParser2Macro.expand macro in
   <:expr< $str:expansion$ >>
 
 let _ =