1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2024-10-18 22:24:28 +00:00

PLASM Patch #1 - export def bugfix

This commit is contained in:
David Schmenk 2018-01-31 15:46:50 -08:00
parent a58886b19f
commit b2ddeb090b
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -1024,8 +1024,9 @@ def parse_vars(type)
is EXPORT_TKN
if type & (EXTERN_TYPE|LOCAL_TYPE); exit_err(ERR_INVAL|ERR_LOCAL|ERR_SYNTAX); fin
type = EXPORT_TYPE
idptr = tknptr
if scan <> BYTE_TKN and token <> WORD_TKN // This could be an exported definition
rewind(tknptr)
rewind(idptr)
scan
return FALSE
fin