Fix parsing of for-loops.

This commit is contained in:
Ilmir Usmanov
2014-07-23 20:47:31 +04:00
parent 2ff5d14b06
commit 764efa41b8
8 changed files with 35 additions and 98 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ void serializer_dump_nums (const int *, uint8_t, uint8_t, uint8_t);
void serializer_dump_opcode (const void *);
void serializer_rewrite_opcode (const int8_t, const void *);
void serializer_rewrite_opcode (const uint8_t, const void *);
#endif // SERIALIZER_H