#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Mon, 22 Aug 2016 15:43:30 +0200
changeset 3943 50f01a3f66b1
parent 3942 0c74f3fdc819
child 3944 cc19e26fa770
child 3945 e462043d335b
#OTHER by cg class: Parser VST primitive call parsing
Parser.st
--- a/Parser.st	Mon Aug 22 11:26:38 2016 +0200
+++ b/Parser.st	Mon Aug 22 15:43:30 2016 +0200
@@ -11858,7 +11858,7 @@
         ].
         self nextToken.
 
-        functionName isAlphaNumeric ifFalse:[
+        functionName isValidSmalltalkIdentifier "isAlphaNumeric" ifFalse:[
             "/ mhm a newer squeak definition in the form 'extern void warning(char *s)'
             self parseError:'cannot (yet) parse new style squeak external functions'.
             ^ nil