1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-11 01:15:13 +00:00
QB64-PE/internal/source/data6.txt
2023-12-18 00:02:43 +00:00

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