# HG changeset patch # User haftmann # Date 1186758326 -7200 # Node ID a479ac416ac2589ce351abbf19a1f4bd71d0c751 # Parent e558fe311376b24d19e43788a088b4272cbe6f93 adjusted 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"