- whoopsie, cannot allow garbage variable names there

Sun, 09 Feb 2014 15:03:44 +0200

author
Teemu Piippo <crimsondusk64@gmail.com>
date
Sun, 09 Feb 2014 15:03:44 +0200
changeset 102
28f89ca1a236
parent 101
9ffae10ef76f
child 103
48472c0678cc

- whoopsie, cannot allow garbage variable names there

src/Parser.cc file | annotate | diff | comparison | revisions
--- a/src/Parser.cc	Sun Feb 09 14:56:58 2014 +0200
+++ b/src/Parser.cc	Sun Feb 09 15:03:44 2014 +0200
@@ -335,7 +335,7 @@
 					(TokenIs (tkStr)) ? EStringType :
 					EBoolType;
 
-	mLexer->MustGetNext();
+	mLexer->MustGetNext (tkSymbol);
 	String varname = GetTokenString();
 
 	if (varname[0] >= '0' && varname[0] <= '9')

mercurial