1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00
QB64-PE/internal/source/data6.txt
2022-09-09 12:19:17 +00:00

33 lines
1.5 KiB
Plaintext

int32 *_FUNC_PARSESTRINGSETTING_LONG_PARSESTRINGSETTING=NULL;
if(_FUNC_PARSESTRINGSETTING_LONG_PARSESTRINGSETTING==NULL){
_FUNC_PARSESTRINGSETTING_LONG_PARSESTRINGSETTING=(int32*)mem_static_malloc(4);
*_FUNC_PARSESTRINGSETTING_LONG_PARSESTRINGSETTING=0;
}
qbs*oldstr2188=NULL;
if(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->tmp||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->fixed||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->readonly){
oldstr2188=_FUNC_PARSESTRINGSETTING_STRING_TOKEN;
if (oldstr2188->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new_cmem(oldstr2188->len,0);
}else{
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new(oldstr2188->len,0);
}
memcpy(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->chr,oldstr2188->chr,oldstr2188->len);
}
qbs*oldstr2189=NULL;
if(_FUNC_PARSESTRINGSETTING_STRING_SETTING->tmp||_FUNC_PARSESTRINGSETTING_STRING_SETTING->fixed||_FUNC_PARSESTRINGSETTING_STRING_SETTING->readonly){
oldstr2189=_FUNC_PARSESTRINGSETTING_STRING_SETTING;
if (oldstr2189->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new_cmem(oldstr2189->len,0);
}else{
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new(oldstr2189->len,0);
}
memcpy(_FUNC_PARSESTRINGSETTING_STRING_SETTING->chr,oldstr2189->chr,oldstr2189->len);
}
int32 *_FUNC_PARSESTRINGSETTING_LONG_EQUALS=NULL;
if(_FUNC_PARSESTRINGSETTING_LONG_EQUALS==NULL){
_FUNC_PARSESTRINGSETTING_LONG_EQUALS=(int32*)mem_static_malloc(4);
*_FUNC_PARSESTRINGSETTING_LONG_EQUALS=0;
}
qbs *_FUNC_PARSESTRINGSETTING_STRING_VALUE=NULL;
if (!_FUNC_PARSESTRINGSETTING_STRING_VALUE)_FUNC_PARSESTRINGSETTING_STRING_VALUE=qbs_new(0,0);