CompiledCode.st
branchjv
changeset 17892 d86c8bd5ece3
parent 17869 9610c6c94e71
child 17910 8d796ca8bd1d
--- a/CompiledCode.st	Fri Oct 28 08:45:38 2011 +0100
+++ b/CompiledCode.st	Mon Oct 31 22:19:21 2011 +0000
@@ -1059,6 +1059,7 @@
             goto badArgs;
         }
         nargs = 0;
+        ap = (OBJ *)0;
     }
 
 #ifdef F_NARGS
@@ -1332,6 +1333,8 @@
      (Object compiledMethodAt:#printOn:)
         valueWithReceiver:false arguments:#() 
     "
+
+    "Modified: / 07-10-2011 / 13:58:21 / cg"
 ! !
 
 !CompiledCode methodsFor:'private-accessing'!
@@ -1823,10 +1826,15 @@
 
 !CompiledCode class methodsFor:'documentation'!
 
+version
+    ^ '$Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.112 2011/10/07 11:58:26 cg Exp $'
+!
+
 version_CVS
-    ^ '§Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.110 2011/09/07 07:30:16 cg Exp §'
+    ^ '§Header: /cvs/stx/stx/libbasic/CompiledCode.st,v 1.112 2011/10/07 11:58:26 cg Exp §'
 !
 
 version_SVN
-    ^ '$Id: CompiledCode.st 10700 2011-09-29 15:44:37Z vranyj1 $'
+    ^ '$Id: CompiledCode.st 10729 2011-10-31 22:19:21Z vranyj1 $'
 ! !
+