1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 09:04:43 +00:00
QB64-PE/internal/source/data175.txt

24 lines
1 KiB
Text
Raw Normal View History

2024-02-27 04:24:33 +00:00
qbs*oldstr4023=NULL;
2024-02-03 22:11:15 +00:00
if(_SUB_PARSEEXPRESSION2_STRING_EXP->tmp||_SUB_PARSEEXPRESSION2_STRING_EXP->fixed||_SUB_PARSEEXPRESSION2_STRING_EXP->readonly){
2024-02-27 04:24:33 +00:00
oldstr4023=_SUB_PARSEEXPRESSION2_STRING_EXP;
if (oldstr4023->cmem_descriptor){
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new_cmem(oldstr4023->len,0);
2024-01-30 21:55:38 +00:00
}else{
2024-02-27 04:24:33 +00:00
_SUB_PARSEEXPRESSION2_STRING_EXP=qbs_new(oldstr4023->len,0);
2024-01-30 21:55:38 +00:00
}
2024-02-27 04:24:33 +00:00
memcpy(_SUB_PARSEEXPRESSION2_STRING_EXP->chr,oldstr4023->chr,oldstr4023->len);
2024-02-03 22:11:15 +00:00
}
void *_SUB_PARSEEXPRESSION2_UDT_STATE=NULL;
if(_SUB_PARSEEXPRESSION2_UDT_STATE==NULL){
_SUB_PARSEEXPRESSION2_UDT_STATE=(void*)mem_static_malloc(84);
memset(_SUB_PARSEEXPRESSION2_UDT_STATE,0,84);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 56) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 68) = qbs_new(0,0);
*(qbs**)(((char*)_SUB_PARSEEXPRESSION2_UDT_STATE)+ 76) = qbs_new(0,0);
}
int32 *_SUB_PARSEEXPRESSION2_LONG_RES=NULL;
if(_SUB_PARSEEXPRESSION2_LONG_RES==NULL){
_SUB_PARSEEXPRESSION2_LONG_RES=(int32*)mem_static_malloc(4);
*_SUB_PARSEEXPRESSION2_LONG_RES=0;
2023-12-18 00:02:43 +00:00
}