1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2026-01-22 18:15:59 +00:00

Fix infunc for asm defs

This commit is contained in:
David Schmenk
2018-05-01 07:39:51 -07:00
parent 9e441de1c2
commit bb97fe6353

View File

@@ -1589,6 +1589,7 @@ int parse_defs(void)
next_line();
} while (scantoken != END_TOKEN);
scan();
infunc = 0;
return (1);
}
return (scantoken == EOL_TOKEN);