fix: when looking for f.i. C_loe.., forgot to reset to_change when found

This commit is contained in:
ceriel 1989-03-10 10:06:47 +00:00
parent f740dcf176
commit 33992b426d

View file

@ -166,7 +166,7 @@ c_row : %if ( to_change && strcmp( yytext, to_change) == 0)
| %if ( to_change && strcmp( yytext, to_change) == 0)
DEF_C_INSTR { init_defaults( yytext);}
[ Dspecial | Dsimple] { handle_defaults();}
[ Dspecial | Dsimple] { handle_defaults(); to_change = 0; }
| DEF_C_INSTR
[ c_special | c_simple]