From f1e26b201059d0e284e951a7866509dd4feb0c29 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 1 Jan 2020 18:19:51 -0300 Subject: [PATCH] Prepares QB64 for bootstrapping with _ASSERT in mind. [ci skip] --- internal/source/global.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/source/global.txt b/internal/source/global.txt index 76ad033c6..03ad336be 100644 --- a/internal/source/global.txt +++ b/internal/source/global.txt @@ -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);