some fixes:
- use Malloc, Realloc instead of malloc, realloc - generate common for un-initialized bss - removed null-reference
This commit is contained in:
@@ -169,7 +169,7 @@ c_row : %if ( to_change && strcmp( yytext, to_change) == 0)
|
||||
| C_INSTR
|
||||
[ c_special | c_simple]
|
||||
|
||||
| %if ( strcmp( yytext, to_change) == 0)
|
||||
| %if ( to_change && strcmp( yytext, to_change) == 0)
|
||||
DEF_C_INSTR { init_defaults( yytext);}
|
||||
[ Dspecial | Dsimple] { handle_defaults();}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user