SyntaxHighlighter.st
changeset 1308 4a5853596d8e
parent 1174 30ff886ef43e
child 1365 19b74038d133
--- a/SyntaxHighlighter.st	Tue Aug 13 18:39:33 2002 +0200
+++ b/SyntaxHighlighter.st	Mon Aug 19 18:13:13 2002 +0200
@@ -304,7 +304,7 @@
 defineAsUndeclaredVariable:aName
     "redefined to NOT declare undefined vars"
 
-    ^ VariableNode type:#GlobalVariable name:aName
+    ^ VariableNode globalNamed:aName
 
     "Modified: / 19.10.1998 / 19:38:12 / cg"
 !
@@ -656,5 +656,5 @@
 !SyntaxHighlighter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.38 2001-08-15 09:23:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/SyntaxHighlighter.st,v 1.39 2002-08-19 16:13:13 cg Exp $'
 ! !