summaryrefslogtreecommitdiff
path: root/tnslc/hello.tnsl
diff options
context:
space:
mode:
authorKyle Gunger <kgunger12@gmail.com>2023-05-19 18:02:40 -0400
committerKyle Gunger <kgunger12@gmail.com>2023-05-19 18:02:40 -0400
commit8b727c4173c65efb55b59dec9cd5e4066aa9f1f1 (patch)
tree43b12af00183ee5f91210ed2e75091ff948172ad /tnslc/hello.tnsl
parented1e831de0efa7b6535a263cee4daac336d5cf19 (diff)
Updated enum checking
Diffstat (limited to 'tnslc/hello.tnsl')
-rw-r--r--tnslc/hello.tnsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tnslc/hello.tnsl b/tnslc/hello.tnsl
index 0742564..a2bdc68 100644
--- a/tnslc/hello.tnsl
+++ b/tnslc/hello.tnsl
@@ -1,6 +1,6 @@
:include "c_wrap.tnsl"
-{}uint8 star = "hello.tnsl\0"
+{}uint8 star = "*\0"
{}uint8 space = " \0"
{}uint8 new_line = "\n\0"