summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/main.c b/main.c
index 1b2dbc0..74aada4 100644
--- a/main.c
+++ b/main.c
@@ -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