1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-07-08 09:28:57 +00:00

Fix infunc for asm defs

This commit is contained in:
David Schmenk 2018-04-27 19:47:23 -07:00
parent d52bf07344
commit 0f2a76dd55

View File

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