minor tweaks for nifty list format.

This commit is contained in:
Kelvin Sherlock 2019-02-20 00:08:21 -05:00
parent 367d337674
commit be9724acfc

View File

@ -456,7 +456,6 @@ void debug_load_nifty(const char *path) {
start = cp;
/*!re2c
[\r\n\x00] { continue; }
";" { continue; }
* {
fprintf(stderr, "%s:%d: Bad line: %s", path, line, buffer);
continue;
@ -486,7 +485,7 @@ prefix:
start = cp;
for(;;) {
/*!re2c
"" / (eol | ws) { break; }
"" / eol { break; }
"(" | ws {
if (vector > 0x100 ) {
--cp;