class: Smalltalk
authorClaus Gittinger <cg@exept.de>
Sat, 22 Feb 2014 18:27:02 +0100
changeset 16116 056ad496c239
parent 16115 032fc08ead9b
child 16117 7e9866747b7e
class: Smalltalk changed: #start
Smalltalk.st
--- a/Smalltalk.st	Sat Feb 22 18:24:09 2014 +0100
+++ b/Smalltalk.st	Sat Feb 22 18:27:02 2014 +0100
@@ -4265,6 +4265,8 @@
 
                 "/ enable this, so we can provide $1..$n in the script
                 ParserFlags allowDollarInIdentifier:true.
+                ParserFlags warnDollarInIdentifier:false.
+
                 "/ add bindings for arguments
                 CommandLineArguments doWithIndex:[:arg :i |
                     Workspace workspaceVariableAt:('$',i printString) put:arg.
@@ -8149,11 +8151,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1059 2014-02-22 17:19:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1060 2014-02-22 17:27:02 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1059 2014-02-22 17:19:42 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1060 2014-02-22 17:27:02 cg Exp $'
 !
 
 version_SVN