outn ("\t\t} \\");
outn ("\t\terrno=0; \\");
outn ("\t\tclearerr(yyin); \\");
- outn ("\t}");
+ outn ("\t}\\");
}
else {
outn ("\t\t\terrno=0; \\");
outn ("\t\t\tclearerr(yyin); \\");
outn ("\t\t\t} \\");
- outn ("\t\t}");
+ outn ("\t\t}\\");
}
}
sko_push(do_copy);
if(ddebug){
out_str("/*(state = (%s) */",do_copy?"true":"false");
- out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
}
+ out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
}
else if (cmd_match (CMD_POP)){
sko_pop(&do_copy);
if(ddebug){
out_str("/*(state = (%s) */",do_copy?"true":"false");
- out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
}
+ out_str("%s\n", buf[strlen (buf) - 1] =='\\' ? "\\" : "");
}
else if (cmd_match (CMD_IF_REENTRANT)){
sko_push(do_copy);