ProgTutorial/antiquote_setup.ML
changeset 555 2c34c69236ce
parent 553 c53d74b34123
child 557 77ea2de0ca62
--- a/ProgTutorial/antiquote_setup.ML	Thu Apr 03 12:16:56 2014 +0100
+++ b/ProgTutorial/antiquote_setup.ML	Sun Apr 06 12:45:54 2014 +0100
@@ -33,7 +33,7 @@
 
 (* eval function *)
 fun eval_fn ctxt exp =
-  ML_Context.eval_source_in (SOME ctxt) false 
+  ML_Context.eval_source_in (SOME ctxt) ML_Compiler.flags 
     {delimited = false, text = exp, pos = Position.none}
 
 (* checks and prints a possibly open expressions, no index *)