diff options
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -8,10 +8,7 @@ /* @TODO: -allow -#include "foo.toc", foo; -#include "foo.toc", foo; -then do #include "std/base.toc", base; in std/io.toc and std/mem.toc +do #include "std/base.toc", base; in std/io.toc and std/mem.toc does our use before declare thing work with #include? #no_warn start making a standard library... (printf; stringbuilder would be nice to have) @@ -62,7 +59,7 @@ passing untyped expressions to macros #include "toc.c" -#if defined TOC_DEBUG && defined __GNU_LIBRARY__ && defined UNISTD_AVAILABLE +#if defined TOC_DEBUG && defined __GNU_LIBRARY__ && defined UNISTD_AVAILABLE && !defined BACKTRACE #define BACKTRACE 1 #endif #if BACKTRACE |