*polished.

This commit is contained in:
tony 2015-07-22 22:56:47 +08:00
parent bec43b121e
commit f20db0a1e8
3 changed files with 5 additions and 4 deletions

View File

@ -3205,6 +3205,7 @@ _exit:
}
_parsing_context_t* _reset_parsing_context(_parsing_context_t* context) {
/* Reset the parsing context of a MY-BASIC environment */
if(!context)
context = (_parsing_context_t*)mb_malloc(sizeof(_parsing_context_t));
memset(context, 0, sizeof(_parsing_context_t));

Binary file not shown.

View File

@ -36,8 +36,8 @@
IDI_ICON_MAIN ICON "icon.ico"
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,58,0
PRODUCTVERSION 1,1,58,0
FILEVERSION 1,1,59,0
PRODUCTVERSION 1,1,59,0
FILEFLAGSMASK 0x17L
# ifdef _DEBUG
FILEFLAGS 0x1L
@ -55,13 +55,13 @@
VALUE "Comments", "MY-BASIC"
VALUE "CompanyName", "W. Renxin"
VALUE "FileDescription", "MY-BASIC interpreter"
VALUE "FileVersion", "1, 1, 58, 0"
VALUE "FileVersion", "1, 1, 59, 0"
VALUE "InternalName", "my_basic"
VALUE "LegalCopyright", "Copyright (C) 2011 - 2015 W. Renxin"
VALUE "LegalTrademarks", "MY-BASIC"
VALUE "OriginalFilename", "my_basic.exe"
VALUE "ProductName", "MY-BASIC"
VALUE "ProductVersion", "1, 1, 58, 0"
VALUE "ProductVersion", "1, 1, 59, 0"
END
END
BLOCK "VarFileInfo"