1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-29 11:40:38 +00:00

(Automated push) Update internal/source/* from qb64.bas

This commit is contained in:
Galleondragon 2016-03-19 05:15:17 -07:00
parent 773291198c
commit ff2802131a
5 changed files with 19904 additions and 19894 deletions

View file

@ -1,4 +1,5 @@
__STRING_VERSION->len=0;
__STRING_BUILDNUM->len=0;
memset((void*)(__STRING1_SP->chr),0,1);
memset((void*)(__STRING1_SP2->chr),0,1);
memset((void*)(__STRING1_SP3->chr),0,1);

View file

@ -8,6 +8,7 @@ char *g_tmp_udt_HASHLISTITEM=(char*)malloc(20);
char *g_tmp_udt_LABEL_TYPE=(char*)malloc(282);
char *g_tmp_udt_IDSTRUCT=(char*)malloc(2860);
qbs *__STRING_VERSION=NULL;
qbs *__STRING_BUILDNUM=NULL;
qbs *__STRING1_SP=NULL;
qbs *__STRING1_SP2=NULL;
qbs *__STRING1_SP3=NULL;

File diff suppressed because it is too large Load diff

View file

@ -1,4 +1,5 @@
if (!__STRING_VERSION)__STRING_VERSION=qbs_new(0,0);
if (!__STRING_BUILDNUM)__STRING_BUILDNUM=qbs_new(0,0);
if(__STRING1_SP==NULL){
__STRING1_SP=qbs_new_fixed((uint8*)mem_static_malloc(1),1,0);
memset(__STRING1_SP->chr,0,1);

View file

@ -1,4 +1,5 @@
qbs_free(__STRING_VERSION);
qbs_free(__STRING_BUILDNUM);
qbs_free(__STRING1_SP);
qbs_free(__STRING1_SP2);
qbs_free(__STRING1_SP3);