diff options
Diffstat (limited to 'std/base.toc')
-rw-r--r-- | std/base.toc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/std/base.toc b/std/base.toc index 950f817..a8fc990 100644 --- a/std/base.toc +++ b/std/base.toc @@ -6,6 +6,8 @@ PLATFORM_FREEBSD ::= 4; PLATFORM_OPENBSD ::= 5; PLATFORM_MISC_UNIX ::= 6; +DEBUG ::= #builtin("debug"); + PLATFORM ::= #builtin("platform"); #if PLATFORM == PLATFORM_LINUX { libc ::= "libc.so.6"; |