1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-07 20:20:25 +00:00
qb64/internal/source/data260.txt

16 lines
566 B
Plaintext

qbs*oldstr6475=NULL;
if(_SUB_DEBUGPRINT_STRING_TEXT->tmp||_SUB_DEBUGPRINT_STRING_TEXT->fixed||_SUB_DEBUGPRINT_STRING_TEXT->readonly){
oldstr6475=_SUB_DEBUGPRINT_STRING_TEXT;
if (oldstr6475->cmem_descriptor){
_SUB_DEBUGPRINT_STRING_TEXT=qbs_new_cmem(oldstr6475->len,0);
}else{
_SUB_DEBUGPRINT_STRING_TEXT=qbs_new(oldstr6475->len,0);
}
memcpy(_SUB_DEBUGPRINT_STRING_TEXT->chr,oldstr6475->chr,oldstr6475->len);
}
int32 *_SUB_DEBUGPRINT_LONG_FN=NULL;
if(_SUB_DEBUGPRINT_LONG_FN==NULL){
_SUB_DEBUGPRINT_LONG_FN=(int32*)mem_static_malloc(4);
*_SUB_DEBUGPRINT_LONG_FN=0;
}