1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-12 19:15:13 +00:00
QB64-PE/internal/source/data170.txt
2023-10-15 14:51:06 +00:00

24 lines
842 B
Plaintext

qbs*oldstr3986=NULL;
if(_SUB_WRITEBUFFERS_STRING_SBNAME->tmp||_SUB_WRITEBUFFERS_STRING_SBNAME->fixed||_SUB_WRITEBUFFERS_STRING_SBNAME->readonly){
oldstr3986=_SUB_WRITEBUFFERS_STRING_SBNAME;
if (oldstr3986->cmem_descriptor){
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new_cmem(oldstr3986->len,0);
}else{
_SUB_WRITEBUFFERS_STRING_SBNAME=qbs_new(oldstr3986->len,0);
}
memcpy(_SUB_WRITEBUFFERS_STRING_SBNAME->chr,oldstr3986->chr,oldstr3986->len);
}
int16 *_SUB_WRITEBUFFERS_INTEGER_BUF=NULL;
if(_SUB_WRITEBUFFERS_INTEGER_BUF==NULL){
_SUB_WRITEBUFFERS_INTEGER_BUF=(int16*)mem_static_malloc(2);
*_SUB_WRITEBUFFERS_INTEGER_BUF=0;
}
int32 fornext_value3988;
int32 fornext_finalvalue3988;
int32 fornext_step3988;
uint8 fornext_step_negative3988;
int32 fornext_value3990;
int32 fornext_finalvalue3990;
int32 fornext_step3990;
uint8 fornext_step_negative3990;