*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2000 17:15:22 +0200
changeset 1075 643a36bb0a17
parent 1074 5539425b66f2
child 1076 b393dc61463e
*** empty log message ***
Scanner.st
--- a/Scanner.st	Wed Aug 23 15:29:58 2000 +0200
+++ b/Scanner.st	Wed Aug 23 17:15:22 2000 +0200
@@ -1389,7 +1389,7 @@
                 ${ xx-xx-xx-xx-...-xx }     StAgents UUID
                 ${ URL }                    url object qualifier
             "
-            allowQualifiedNames ifTrue:[
+            self allowQualifiedNames ifTrue:[
                 "VW3 and later supports QualifiedNames as #{ id ... id }"
                 source next.
                 token := '#{'.
@@ -2117,6 +2117,6 @@
 !Scanner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.120 2000-08-23 13:29:58 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Scanner.st,v 1.121 2000-08-23 15:15:22 cg Exp $'
 ! !
 Scanner initialize!