1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00
QB64-PE/internal/source/data6.txt
2024-03-25 13:22:46 +00:00

30 lines
1.4 KiB
Text

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*oldstr2246=NULL;
if(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->tmp||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->fixed||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->readonly){
oldstr2246=_FUNC_PARSESTRINGSETTING_STRING_TOKEN;
if (oldstr2246->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new_cmem(oldstr2246->len,0);
}else{
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new(oldstr2246->len,0);
}
memcpy(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->chr,oldstr2246->chr,oldstr2246->len);
}
qbs*oldstr2247=NULL;
if(_FUNC_PARSESTRINGSETTING_STRING_SETTING->tmp||_FUNC_PARSESTRINGSETTING_STRING_SETTING->fixed||_FUNC_PARSESTRINGSETTING_STRING_SETTING->readonly){
oldstr2247=_FUNC_PARSESTRINGSETTING_STRING_SETTING;
if (oldstr2247->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new_cmem(oldstr2247->len,0);
}else{
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new(oldstr2247->len,0);
}
memcpy(_FUNC_PARSESTRINGSETTING_STRING_SETTING->chr,oldstr2247->chr,oldstr2247->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;
}