1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

Prepares QB64 for bootstrapping with _ASSERT in mind. [ci skip]

This commit is contained in:
FellippeHeitor 2020-01-01 18:19:51 -03:00
parent 4ed32d19be
commit f1e26b2010

View file

@ -958,5 +958,6 @@ int32 *_SUB_HELP_SHOWTEXT_LONG_SETUP=NULL;
int8 *_FUNC_WIKI_BYTE_ALTERNATIVESERVER=NULL;
int32 console=1;
int32 screen_hide_startup=1;
int32 asserts=0;
ptrszint data_size=0;
uint8 *data=(uint8*)calloc(1,1);