1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 07:54:46 +00:00
QB64-PE/internal/source/data6.txt

31 lines
1.4 KiB
Text
Raw Normal View History

2022-09-09 12:19:17 +00:00
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;
}
2024-04-10 17:52:08 +00:00
qbs*oldstr2252=NULL;
2022-09-09 12:19:17 +00:00
if(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->tmp||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->fixed||_FUNC_PARSESTRINGSETTING_STRING_TOKEN->readonly){
2024-04-10 17:52:08 +00:00
oldstr2252=_FUNC_PARSESTRINGSETTING_STRING_TOKEN;
if (oldstr2252->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new_cmem(oldstr2252->len,0);
2022-09-09 12:19:17 +00:00
}else{
2024-04-10 17:52:08 +00:00
_FUNC_PARSESTRINGSETTING_STRING_TOKEN=qbs_new(oldstr2252->len,0);
2022-09-09 12:19:17 +00:00
}
2024-04-10 17:52:08 +00:00
memcpy(_FUNC_PARSESTRINGSETTING_STRING_TOKEN->chr,oldstr2252->chr,oldstr2252->len);
2022-09-09 12:19:17 +00:00
}
2024-04-10 17:52:08 +00:00
qbs*oldstr2253=NULL;
2022-09-09 12:19:17 +00:00
if(_FUNC_PARSESTRINGSETTING_STRING_SETTING->tmp||_FUNC_PARSESTRINGSETTING_STRING_SETTING->fixed||_FUNC_PARSESTRINGSETTING_STRING_SETTING->readonly){
2024-04-10 17:52:08 +00:00
oldstr2253=_FUNC_PARSESTRINGSETTING_STRING_SETTING;
if (oldstr2253->cmem_descriptor){
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new_cmem(oldstr2253->len,0);
2022-09-09 12:19:17 +00:00
}else{
2024-04-10 17:52:08 +00:00
_FUNC_PARSESTRINGSETTING_STRING_SETTING=qbs_new(oldstr2253->len,0);
2022-09-09 12:19:17 +00:00
}
2024-04-10 17:52:08 +00:00
memcpy(_FUNC_PARSESTRINGSETTING_STRING_SETTING->chr,oldstr2253->chr,oldstr2253->len);
2022-09-09 12:19:17 +00:00
}
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;
}