fix: when looking for f.i. C_loe.., forgot to reset to_change when found
This commit is contained in:
parent
f740dcf176
commit
33992b426d
|
@ -166,7 +166,7 @@ c_row : %if ( to_change && strcmp( yytext, to_change) == 0)
|
||||||
|
|
||||||
| %if ( to_change && strcmp( yytext, to_change) == 0)
|
| %if ( to_change && strcmp( yytext, to_change) == 0)
|
||||||
DEF_C_INSTR { init_defaults( yytext);}
|
DEF_C_INSTR { init_defaults( yytext);}
|
||||||
[ Dspecial | Dsimple] { handle_defaults();}
|
[ Dspecial | Dsimple] { handle_defaults(); to_change = 0; }
|
||||||
|
|
||||||
| DEF_C_INSTR
|
| DEF_C_INSTR
|
||||||
[ c_special | c_simple]
|
[ c_special | c_simple]
|
||||||
|
|
Loading…
Reference in a new issue