SmalltalkCodeGeneratorTool.st
changeset 11640 9308a03c98a2
parent 11637 b7ab3efa491e
child 11759 475918fd2d85
--- a/SmalltalkCodeGeneratorTool.st	Fri Jul 20 20:11:57 2012 +0200
+++ b/SmalltalkCodeGeneratorTool.st	Fri Jul 20 20:13:34 2012 +0200
@@ -2254,7 +2254,7 @@
     ] ifFalse:[
         self realMain:argv.
     ].
-    "/ do not exit here; caller will go into event loop here
+    "/ do not exit here; caller will go into event loop when returning
 '.
 
     "Created: / 19-08-2011 / 02:18:49 / cg"
@@ -2493,11 +2493,11 @@
 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.14 2012-07-20 16:55:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.15 2012-07-20 18:13:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.14 2012-07-20 16:55:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.15 2012-07-20 18:13:34 cg Exp $'
 !
 
 version_SVN