1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/source/data77.txt

25 lines
829 B
Plaintext
Raw Normal View History

2019-01-13 18:43:58 +00:00
qbs *_FUNC_DWD_STRING_DWD=NULL;
if (!_FUNC_DWD_STRING_DWD)_FUNC_DWD_STRING_DWD=qbs_new(0,0);
2019-04-01 04:19:05 +00:00
qbs*oldstr3383=NULL;
2019-01-13 18:43:58 +00:00
if(_FUNC_DWD_STRING_EXP->tmp||_FUNC_DWD_STRING_EXP->fixed||_FUNC_DWD_STRING_EXP->readonly){
2019-04-01 04:19:05 +00:00
oldstr3383=_FUNC_DWD_STRING_EXP;
if (oldstr3383->cmem_descriptor){
_FUNC_DWD_STRING_EXP=qbs_new_cmem(oldstr3383->len,0);
}else{
2019-04-01 04:19:05 +00:00
_FUNC_DWD_STRING_EXP=qbs_new(oldstr3383->len,0);
}
2019-04-01 04:19:05 +00:00
memcpy(_FUNC_DWD_STRING_EXP->chr,oldstr3383->chr,oldstr3383->len);
}
2019-01-13 18:43:58 +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;
}
2019-01-13 18:43:58 +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;
2018-11-02 09:22:54 +00:00
}