diff -r 5cd91fd1526c -r 1b35c9985989 scriptreader.h --- a/scriptreader.h Sun Aug 12 01:52:42 2012 +0300 +++ b/scriptreader.h Sun Aug 12 03:23:33 2012 +0300 @@ -57,6 +57,7 @@ unsigned int mark1; unsigned int mark2; unsigned int type; + DataBuffer* buffer1; }; // ============================================================================ @@ -115,6 +116,7 @@ // preprocessor.cxx: void PreprocessDirectives (); void PreprocessMacros (); + DataBuffer* ParseStatement (ObjWriter* w); private: bool atnewline; @@ -165,7 +167,8 @@ // Block types enum { BLOCKTYPE_IF, - BLOCKTYPE_WHILE + BLOCKTYPE_WHILE, + BLOCKTYPE_FOR }; #endif // __SCRIPTREADER_H__ \ No newline at end of file