1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-06-29 05:50:41 +00:00

Update internal/source

This commit is contained in:
Autobuild Process 2021-02-16 00:38:40 +00:00
parent e8566e7acd
commit 565bfe6e63
3 changed files with 49209 additions and 49147 deletions

View file

@ -81,6 +81,11 @@ if(_FUNC_IDESUBS_LONG_FOUNDEXTERNALSUBFUNC==NULL){
_FUNC_IDESUBS_LONG_FOUNDEXTERNALSUBFUNC=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_FOUNDEXTERNALSUBFUNC=0;
}
int32 *_FUNC_IDESUBS_LONG_MAXLINECOUNT=NULL;
if(_FUNC_IDESUBS_LONG_MAXLINECOUNT==NULL){
_FUNC_IDESUBS_LONG_MAXLINECOUNT=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_MAXLINECOUNT=0;
}
ptrszint *_FUNC_IDESUBS_ARRAY_STRING998_SORTEDSUBSLIST=NULL;
if (!_FUNC_IDESUBS_ARRAY_STRING998_SORTEDSUBSLIST){
_FUNC_IDESUBS_ARRAY_STRING998_SORTEDSUBSLIST=(ptrszint*)mem_static_malloc(9*ptrsz);
@ -289,6 +294,15 @@ if(_FUNC_IDESUBS_BYTE_QUOTE==NULL){
_FUNC_IDESUBS_BYTE_QUOTE=(int8*)mem_static_malloc(1);
*_FUNC_IDESUBS_BYTE_QUOTE=0;
}
int32 *_FUNC_IDESUBS_LONG_MAXLINECOUNTSPACE=NULL;
if(_FUNC_IDESUBS_LONG_MAXLINECOUNTSPACE==NULL){
_FUNC_IDESUBS_LONG_MAXLINECOUNTSPACE=(int32*)mem_static_malloc(4);
*_FUNC_IDESUBS_LONG_MAXLINECOUNTSPACE=0;
}
qbs *_FUNC_IDESUBS_STRING_LINESHEADER=NULL;
if (!_FUNC_IDESUBS_STRING_LINESHEADER)_FUNC_IDESUBS_STRING_LINESHEADER=qbs_new(0,0);
qbs *_FUNC_IDESUBS_STRING_EXTERNAL=NULL;
if (!_FUNC_IDESUBS_STRING_EXTERNAL)_FUNC_IDESUBS_STRING_EXTERNAL=qbs_new(0,0);
byte_element_struct *byte_element_4766=NULL;
if (!byte_element_4766){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_4766=(byte_element_struct*)(mem_static_pointer-12); else byte_element_4766=(byte_element_struct*)mem_static_malloc(12);

View file

@ -67,6 +67,8 @@ qbs_free(_FUNC_IDESUBS_STRING_SF);
qbs_free(_FUNC_IDESUBS_STRING_N);
qbs_free(_FUNC_IDESUBS_STRING_ARGS);
qbs_free(_FUNC_IDESUBS_STRING_N2);
qbs_free(_FUNC_IDESUBS_STRING_LINESHEADER);
qbs_free(_FUNC_IDESUBS_STRING_EXTERNAL);
qbs_free(_FUNC_IDESUBS_STRING_LSIZED);
qbs_free(_FUNC_IDESUBS_STRING_LSORTEDSIZED);
qbs_free(_FUNC_IDESUBS_STRING_LSORTED);

File diff suppressed because it is too large Load diff