1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 15:51:20 +00:00
QB64-PE/internal/source/data77.txt

25 lines
829 B
Plaintext
Raw Normal View History

2021-07-21 21:30:49 +00:00
qbs *_FUNC_DWD_STRING_DWD=NULL;
if (!_FUNC_DWD_STRING_DWD)_FUNC_DWD_STRING_DWD=qbs_new(0,0);
2022-01-24 01:16:21 +00:00
qbs*oldstr3575=NULL;
2021-07-21 21:30:49 +00:00
if(_FUNC_DWD_STRING_EXP->tmp||_FUNC_DWD_STRING_EXP->fixed||_FUNC_DWD_STRING_EXP->readonly){
2022-01-24 01:16:21 +00:00
oldstr3575=_FUNC_DWD_STRING_EXP;
if (oldstr3575->cmem_descriptor){
_FUNC_DWD_STRING_EXP=qbs_new_cmem(oldstr3575->len,0);
}else{
2022-01-24 01:16:21 +00:00
_FUNC_DWD_STRING_EXP=qbs_new(oldstr3575->len,0);
}
2022-01-24 01:16:21 +00:00
memcpy(_FUNC_DWD_STRING_EXP->chr,oldstr3575->chr,oldstr3575->len);
}
2021-07-21 21:30:49 +00:00
qbs *_FUNC_DWD_STRING_T=NULL;
if (!_FUNC_DWD_STRING_T)_FUNC_DWD_STRING_T=qbs_new(0,0);
int32 *_FUNC_DWD_LONG_BAD=NULL;
if(_FUNC_DWD_LONG_BAD==NULL){
_FUNC_DWD_LONG_BAD=(int32*)mem_static_malloc(4);
*_FUNC_DWD_LONG_BAD=0;
}
2021-07-21 21:30:49 +00:00
int32 *_FUNC_DWD_LONG_L=NULL;
if(_FUNC_DWD_LONG_L==NULL){
_FUNC_DWD_LONG_L=(int32*)mem_static_malloc(4);
*_FUNC_DWD_LONG_L=0;
2021-07-16 04:12:36 +00:00
}