(svn r22055) -Fix [FS#4490]: [Squirrel] some invalid squirrel code caused the squirrel compiler to crash

This commit is contained in:
yexo 2011-02-11 06:18:39 +00:00
parent 66a8c324db
commit 5f18d6d828

View File

@ -597,6 +597,7 @@ public:
} }
SQInteger Factor() SQInteger Factor()
{ {
_exst._deref = DEREF_NO_DEREF;
switch(_token) switch(_token)
{ {
case TK_STRING_LITERAL: { case TK_STRING_LITERAL: {