1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 21:00:25 +00:00
QB64-PE/internal/source/data154.txt

18 lines
734 B
Plaintext
Raw Normal View History

2024-01-30 21:55:38 +00:00
int32 *_FUNC_PARSESTRING_LONG_PARSESTRING=NULL;
if(_FUNC_PARSESTRING_LONG_PARSESTRING==NULL){
_FUNC_PARSESTRING_LONG_PARSESTRING=(int32*)mem_static_malloc(4);
*_FUNC_PARSESTRING_LONG_PARSESTRING=0;
2023-12-18 00:02:43 +00:00
}
2024-01-30 21:55:38 +00:00
qbs*oldstr3877=NULL;
if(_FUNC_PARSESTRING_STRING_EXP->tmp||_FUNC_PARSESTRING_STRING_EXP->fixed||_FUNC_PARSESTRING_STRING_EXP->readonly){
oldstr3877=_FUNC_PARSESTRING_STRING_EXP;
if (oldstr3877->cmem_descriptor){
_FUNC_PARSESTRING_STRING_EXP=qbs_new_cmem(oldstr3877->len,0);
2024-01-20 16:04:21 +00:00
}else{
2024-01-30 21:55:38 +00:00
_FUNC_PARSESTRING_STRING_EXP=qbs_new(oldstr3877->len,0);
2023-12-18 00:02:43 +00:00
}
2024-01-30 21:55:38 +00:00
memcpy(_FUNC_PARSESTRING_STRING_EXP->chr,oldstr3877->chr,oldstr3877->len);
2023-12-18 00:02:43 +00:00
}
2024-01-30 21:55:38 +00:00
qbs *_FUNC_PARSESTRING_STRING_ELE=NULL;
if (!_FUNC_PARSESTRING_STRING_ELE)_FUNC_PARSESTRING_STRING_ELE=qbs_new(0,0);