repaired subtle misunderstanding: statement names are only passed for name resolution
authorhaftmann
Thu, 29 Apr 2010 15:00:43 +0200
changeset 36537 b0186c66f324
parent 36536 8daaa303f90d
child 36538 4fe16d49283b
repaired subtle misunderstanding: statement names are only passed for name resolution
src/Tools/Code/code_target.ML
--- a/src/Tools/Code/code_target.ML	Thu Apr 29 15:00:43 2010 +0200
+++ b/src/Tools/Code/code_target.ML	Thu Apr 29 15:00:43 2010 +0200
@@ -279,7 +279,7 @@
       (Symtab.lookup module_alias) (Symtab.lookup class')
       (Symtab.lookup tyco') (Symtab.lookup const')
       (Code_Printer.string_of_pretty width, Code_Printer.writeln_pretty width)
-      program4 names2
+      program4 names1
   end;
 
 fun mount_serializer thy alt_serializer target some_width module args naming program names =