1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

(Automated push) Update internal/source/* from qb64.bas

This commit is contained in:
Galleondragon 2016-03-23 05:18:29 -07:00
parent fca4a96ef3
commit b8ad8987cc
5 changed files with 46426 additions and 46342 deletions

View file

@ -2259,6 +2259,7 @@ __STRING_U->len=0;
__STRING_LABEL->len=0;
*__LONG_IGNORE=0;
*__LONG_R=0;
__STRING_INCLINENUMP->len=0;
__STRING_E1->len=0;
*__LONG_EXCEPT=0;
__STRING_AA->len=0;

View file

@ -630,6 +630,7 @@ int32 *__LONG_SKIP=NULL;
qbs *__STRING_LABEL=NULL;
int32 *__LONG_IGNORE=NULL;
int32 *__LONG_R=NULL;
qbs *__STRING_INCLINENUMP=NULL;
qbs *__STRING_E1=NULL;
int32 *__LONG_EXCEPT=NULL;
qbs *__STRING_AA=NULL;

File diff suppressed because it is too large Load diff

View file

@ -3282,6 +3282,7 @@ byte_element_struct *byte_element_318=NULL;
if (!byte_element_318){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_318=(byte_element_struct*)(mem_static_pointer-12); else byte_element_318=(byte_element_struct*)mem_static_malloc(12);
}
if (!__STRING_INCLINENUMP)__STRING_INCLINENUMP=qbs_new(0,0);
int32 pass321;
byte_element_struct *byte_element_322=NULL;
if (!byte_element_322){

View file

@ -886,6 +886,7 @@ qbs_free(__STRING_SOURCELOCATION);
qbs_free(__STRING_ENTIRELINE);
qbs_free(__STRING_U);
qbs_free(__STRING_LABEL);
qbs_free(__STRING_INCLINENUMP);
qbs_free(__STRING_E1);
qbs_free(__STRING_AA);
qbs_free(__STRING_LIBNAME);