mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-01-21 02:33:24 +00:00
PLASM Patch #1 - export def bugfix
This commit is contained in:
parent
a58886b19f
commit
b2ddeb090b
BIN
PLASMA-BLD1.PO
BIN
PLASMA-BLD1.PO
Binary file not shown.
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user