1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 08:51:22 +00:00
qb64/internal/source/data115.txt
2019-01-13 18:43:58 +00:00

30 lines
1.2 KiB
Plaintext

qbs*oldstr3636=NULL;
if(_SUB_ARYADDSTR_STRING_VALUE->tmp||_SUB_ARYADDSTR_STRING_VALUE->fixed||_SUB_ARYADDSTR_STRING_VALUE->readonly){
oldstr3636=_SUB_ARYADDSTR_STRING_VALUE;
if (oldstr3636->cmem_descriptor){
_SUB_ARYADDSTR_STRING_VALUE=qbs_new_cmem(oldstr3636->len,0);
}else{
_SUB_ARYADDSTR_STRING_VALUE=qbs_new(oldstr3636->len,0);
}
memcpy(_SUB_ARYADDSTR_STRING_VALUE->chr,oldstr3636->chr,oldstr3636->len);
}
byte_element_struct *byte_element_3637=NULL;
if (!byte_element_3637){
if ((mem_static_pointer+=12)<mem_static_limit) byte_element_3637=(byte_element_struct*)(mem_static_pointer-12); else byte_element_3637=(byte_element_struct*)mem_static_malloc(12);
}
int32 *_SUB_ARYADDSTR_LONG_INDEX=NULL;
if(_SUB_ARYADDSTR_LONG_INDEX==NULL){
_SUB_ARYADDSTR_LONG_INDEX=(int32*)mem_static_malloc(4);
*_SUB_ARYADDSTR_LONG_INDEX=0;
}
int32 *_SUB_ARYADDSTR_LONG_LASTINDEX=NULL;
if(_SUB_ARYADDSTR_LONG_LASTINDEX==NULL){
_SUB_ARYADDSTR_LONG_LASTINDEX=(int32*)mem_static_malloc(4);
*_SUB_ARYADDSTR_LONG_LASTINDEX=0;
}
int32 *_SUB_ARYADDSTR_LONG_ARYNEWSTR=NULL;
if(_SUB_ARYADDSTR_LONG_ARYNEWSTR==NULL){
_SUB_ARYADDSTR_LONG_ARYNEWSTR=(int32*)mem_static_malloc(4);
*_SUB_ARYADDSTR_LONG_ARYNEWSTR=0;
}