optimization changes; makefile changes to make specifying CFLAGS less annoying; print completions reusably

This commit is contained in:
Chet Ramey
2021-07-06 15:35:08 -04:00
parent 3fb16fce32
commit 5a0e5b7b28
17 changed files with 135 additions and 40 deletions
+4
View File
@@ -2901,7 +2901,11 @@ yylex ()
}
if (current_token < 0)
#if defined (YYERRCODE) && !defined (YYUNDEF)
current_token = YYERRCODE;
#else
current_token = YYerror;
#endif
return (current_token);
}