diff options
author | Kyle Gunger <kgunger12@gmail.com> | 2023-02-16 05:14:31 -0500 |
---|---|---|
committer | Kyle Gunger <kgunger12@gmail.com> | 2023-02-16 05:14:31 -0500 |
commit | 09df1bb48823631228af3df647111af1eebc854b (patch) | |
tree | ef091fc942b00b224f7d66aacb0c3db0ab4d490c /libtnsl | |
parent | c94edbe007910755087e71cbb1a6a349d75e9b85 (diff) |
Collapse tnslc into a single file
Diffstat (limited to 'libtnsl')
-rw-r--r-- | libtnsl/libtnsl.tnsl | 3 |
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" |