diff -r e558fe311376 -r a479ac416ac2 lib/Tools/codegen --- a/lib/Tools/codegen Fri Aug 10 17:04:34 2007 +0200 +++ b/lib/Tools/codegen Fri Aug 10 17:05:26 2007 +0200 @@ -35,6 +35,6 @@ ## main SERI=$(echo $SERI | sed -e 's/\\/\\\\"/g; s/"/\\\"/g') -CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodegenPackage.codegen_command (theory \"$THY\") \"$SERI\"))" +CMD="Isar.toplevel (fn _ => (use_thy \"$THY\"; CodePackage.codegen_command (theory \"$THY\") \"$SERI\"))" "$ISABELLE" -q -e "$CMD" "$IMAGE"