Просмотр исходного кода

Remove a call to check "ErrorIfConst()" because it's not complete and was causing segfaults

mingodad 13 лет назад
Родитель
Сommit
c9cddd70ac
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      squirrel/sqcompiler.cpp

+ 0 - 1
squirrel/sqcompiler.cpp

@@ -442,7 +442,6 @@ public:
 			SQInteger pos = _es.epos;
 
 			if(ds == EXPR) Error(_SC("can't assign expression"));
-            ErrorIfConst();
 			Lex(); Expression();
 
 			switch(op){