aboutsummaryrefslogtreecommitdiff
path: root/nextlang.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-17 21:04:35 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-17 21:04:35 -0500
commit8f451d0271659ea57c4960f858ea61ea7a10598d (patch)
treed6706ec0a298bd52fcef4fdc130c627cc7c59a4e /nextlang.c
parent26723deea26f76670f8de07702b3be221d8503fa (diff)
Custom tostring functions working
Diffstat (limited to 'nextlang.c')
-rw-r--r--nextlang.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nextlang.c b/nextlang.c
index 65500ebb..c260b490 100644
--- a/nextlang.c
+++ b/nextlang.c
@@ -63,7 +63,8 @@ int main(int argc, char *argv[])
env->code->typedefs, "\n",
env->code->typecode, "\n",
env->code->staticdefs, "\n",
- env->code->funcs, "\n"
+ env->code->funcs, "\n",
+ env->code->typeinfos, "\n",
"\n"
"static void $load(void) {\n",
env->code->main,