aboutsummaryrefslogtreecommitdiff
path: root/nextlang.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-13 22:13:54 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-13 22:13:54 -0500
commit85bd567d3c12511149feb3c50e4ae078cee7950a (patch)
treeda1f17c3559040f7f3a2f60c2dde77497268ee92 /nextlang.h
parent853b8e505e007c30fe9ad26ad4f611874f4e7d4f (diff)
Add kwargs as a macro hack
Diffstat (limited to 'nextlang.h')
-rw-r--r--nextlang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextlang.h b/nextlang.h
index 3f17e281..d434b3b3 100644
--- a/nextlang.h
+++ b/nextlang.h
@@ -24,6 +24,7 @@
#define Num_t double
#define String_t CORD
+#define Str_t CORD
#define Bool_t bool
#define yes (Bool_t)true