diff --git a/PLASMA-BLD1.PO b/PLASMA-BLD1.PO index d504cbf..2adf368 100644 Binary files a/PLASMA-BLD1.PO and b/PLASMA-BLD1.PO differ diff --git a/src/toolsrc/parse.pla b/src/toolsrc/parse.pla index 9ebbc89..dd81daa 100644 --- a/src/toolsrc/parse.pla +++ b/src/toolsrc/parse.pla @@ -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