1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-04 04:50:22 +00:00

Automatic update of ./internal/source

This commit is contained in:
github-actions[bot] 2023-10-30 21:50:06 +00:00
parent 36763c89a6
commit 15b0c3128f
4 changed files with 49806 additions and 49650 deletions

View file

@ -3003,6 +3003,7 @@ __STRING_LAYOUTCOMMENT_BACKUP->len=0;
*__LONG_LAYOUTOK_BACKUP=0;
__STRING_LAYOUT_BACKUP->len=0;
*__LONG_UNRESOLVED=0;
*__LONG_UBOUND_SF=0;
*__LONG_OLDSFLISTN=0;
*__LONG_R2=0;
*__LONG_FF=0;

View file

@ -1060,6 +1060,7 @@ qbs *__STRING_LAYOUTCOMMENT_BACKUP=NULL;
int32 *__LONG_LAYOUTOK_BACKUP=NULL;
qbs *__STRING_LAYOUT_BACKUP=NULL;
int32 *__LONG_UNRESOLVED=NULL;
int32 *__LONG_UBOUND_SF=NULL;
int32 *__LONG_OLDSFLISTN=NULL;
int32 *__LONG_R2=NULL;
int32 *__LONG_FF=NULL;

File diff suppressed because it is too large Load diff

View file

@ -7113,6 +7113,10 @@ static int64 fornext_value1680;
static int64 fornext_finalvalue1680;
static int64 fornext_step1680;
static uint8 fornext_step_negative1680;
if(__LONG_UBOUND_SF==NULL){
__LONG_UBOUND_SF=(int32*)mem_static_malloc(4);
*__LONG_UBOUND_SF=0;
}
if(__LONG_OLDSFLISTN==NULL){
__LONG_OLDSFLISTN=(int32*)mem_static_malloc(4);
*__LONG_OLDSFLISTN=0;