summaryrefslogtreecommitdiff
path: root/libtnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-02-16 05:14:31 -0500
committerKyle Gunger <kgunger12@gmail.com>2023-02-16 05:14:31 -0500
commit09df1bb48823631228af3df647111af1eebc854b (patch)
treeef091fc942b00b224f7d66aacb0c3db0ab4d490c /libtnsl
parentc94edbe007910755087e71cbb1a6a349d75e9b85 (diff)
Collapse tnslc into a single file
Diffstat (limited to 'libtnsl')
-rw-r--r--libtnsl/libtnsl.tnsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/libtnsl/libtnsl.tnsl b/libtnsl/libtnsl.tnsl
index 56d7e1e..91894e4 100644
--- a/libtnsl/libtnsl.tnsl
+++ b/libtnsl/libtnsl.tnsl
@@ -20,10 +20,11 @@
#/
/;export module tnsl
- ; const ~void _null = 0x0
+ ;const ~void _null = 0xDEADC0DE
/: import
"algo"
+ "asm"
"box"
"io"
"math"