1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-30 06:20:36 +00:00
QB64-PE/internal/source/data76.txt

25 lines
805 B
Plaintext
Raw Normal View History

2022-09-09 12:19:17 +00:00
qbs *_FUNC_DWD_STRING_DWD=NULL;
if (!_FUNC_DWD_STRING_DWD)_FUNC_DWD_STRING_DWD=qbs_new(0,0);
2022-10-01 19:14:39 +00:00
qbs*oldstr3520=NULL;
2022-09-09 12:19:17 +00:00
if(_FUNC_DWD_STRING_EXP->tmp||_FUNC_DWD_STRING_EXP->fixed||_FUNC_DWD_STRING_EXP->readonly){
2022-10-01 19:14:39 +00:00
oldstr3520=_FUNC_DWD_STRING_EXP;
if (oldstr3520->cmem_descriptor){
_FUNC_DWD_STRING_EXP=qbs_new_cmem(oldstr3520->len,0);
2022-08-26 14:13:09 +00:00
}else{
2022-10-01 19:14:39 +00:00
_FUNC_DWD_STRING_EXP=qbs_new(oldstr3520->len,0);
2022-08-26 14:13:09 +00:00
}
2022-10-01 19:14:39 +00:00
memcpy(_FUNC_DWD_STRING_EXP->chr,oldstr3520->chr,oldstr3520->len);
2022-08-26 14:13:09 +00:00
}
2022-09-09 12:19:17 +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;
2022-08-26 14:13:09 +00:00
}
2022-09-09 12:19:17 +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;
2022-08-26 14:13:09 +00:00
}