src/Tools/Code/code_runtime.ML
changeset 41944 b97091ae583a
parent 41486 82c1e348bc18
child 42359 6ca5407863ed
--- a/src/Tools/Code/code_runtime.ML	Sun Mar 13 15:16:37 2011 +0100
+++ b/src/Tools/Code/code_runtime.ML	Sun Mar 13 16:01:00 2011 +0100
@@ -436,7 +436,7 @@
     val superfluous = subtract (fn ((name1, _), name2) => name1 = name2) definienda ml_names;
     val _ = if null superfluous then ()
       else error ("Value binding(s) " ^ commas_quote superfluous
-        ^ " found in external file " ^ quote (Path.implode filepath)
+        ^ " found in external file " ^ Path.print filepath
         ^ " not present among the given contants binding(s).");
     val these_definienda = AList.make (the o AList.lookup (op =) definienda) ml_names;
     val thy'' = fold add_definiendum these_definienda thy';