mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-30 06:37:57 +03:00
Fix for loops without initial statement eg:
for(;local.i<$player.size;local.i++)
This commit is contained in:
parent
536821fe40
commit
629bbc7aa2
4 changed files with 535 additions and 525 deletions
|
@ -400,7 +400,7 @@ extern int yylex (void);
|
|||
#undef YY_DECL
|
||||
#endif
|
||||
|
||||
#line 283 "..\\..\\..\\code\\globalcpp\\parser\\yyLexer.l"
|
||||
#line 285 "..\\..\\..\\code\\globalcpp\\parser\\yyLexer.l"
|
||||
|
||||
|
||||
#line 406 "../../../code/globalcpp/parser/yyLexer.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue