the error() routine did not set err_occurred!
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
extern char *symbol2str();
|
||||
|
||||
LLmessage(tk) {
|
||||
err_occurred = 1;
|
||||
if (tk < 0)
|
||||
error("garbage at end of line");
|
||||
else if (tk) {
|
||||
|
||||
Reference in New Issue
Block a user