1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-08-22 06:45:09 +00:00
qb64/internal/source/data104.txt

33 lines
1.3 KiB
Text
Raw Normal View History

2021-07-15 00:58:45 +00:00
qbs*oldstr3650=NULL;
2021-02-08 14:42:20 +00:00
if(_SUB_COPY_FULL_UDT_STRING_DST->tmp||_SUB_COPY_FULL_UDT_STRING_DST->fixed||_SUB_COPY_FULL_UDT_STRING_DST->readonly){
2021-07-15 00:58:45 +00:00
oldstr3650=_SUB_COPY_FULL_UDT_STRING_DST;
if (oldstr3650->cmem_descriptor){
_SUB_COPY_FULL_UDT_STRING_DST=qbs_new_cmem(oldstr3650->len,0);
2021-02-08 14:42:20 +00:00
}else{
2021-07-15 00:58:45 +00:00
_SUB_COPY_FULL_UDT_STRING_DST=qbs_new(oldstr3650->len,0);
}
2021-07-15 00:58:45 +00:00
memcpy(_SUB_COPY_FULL_UDT_STRING_DST->chr,oldstr3650->chr,oldstr3650->len);
}
2021-07-15 00:58:45 +00:00
qbs*oldstr3651=NULL;
2021-02-08 14:42:20 +00:00
if(_SUB_COPY_FULL_UDT_STRING_SRC->tmp||_SUB_COPY_FULL_UDT_STRING_SRC->fixed||_SUB_COPY_FULL_UDT_STRING_SRC->readonly){
2021-07-15 00:58:45 +00:00
oldstr3651=_SUB_COPY_FULL_UDT_STRING_SRC;
if (oldstr3651->cmem_descriptor){
_SUB_COPY_FULL_UDT_STRING_SRC=qbs_new_cmem(oldstr3651->len,0);
2021-02-08 14:42:20 +00:00
}else{
2021-07-15 00:58:45 +00:00
_SUB_COPY_FULL_UDT_STRING_SRC=qbs_new(oldstr3651->len,0);
2021-02-08 14:42:20 +00:00
}
2021-07-15 00:58:45 +00:00
memcpy(_SUB_COPY_FULL_UDT_STRING_SRC->chr,oldstr3651->chr,oldstr3651->len);
2021-02-08 14:42:20 +00:00
}
int32 *_SUB_COPY_FULL_UDT_LONG_OFFSET=NULL;
if(_SUB_COPY_FULL_UDT_LONG_OFFSET==NULL){
_SUB_COPY_FULL_UDT_LONG_OFFSET=(int32*)mem_static_malloc(4);
*_SUB_COPY_FULL_UDT_LONG_OFFSET=0;
}
int32 *_SUB_COPY_FULL_UDT_LONG_ELEMENT=NULL;
if(_SUB_COPY_FULL_UDT_LONG_ELEMENT==NULL){
_SUB_COPY_FULL_UDT_LONG_ELEMENT=(int32*)mem_static_malloc(4);
*_SUB_COPY_FULL_UDT_LONG_ELEMENT=0;
}
2021-07-15 00:58:45 +00:00
int32 pass3655;
int32 pass3656;