diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 21:04:35 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-02-17 21:04:35 -0500 |
| commit | 8f451d0271659ea57c4960f858ea61ea7a10598d (patch) | |
| tree | d6706ec0a298bd52fcef4fdc130c627cc7c59a4e /nextlang.c | |
| parent | 26723deea26f76670f8de07702b3be221d8503fa (diff) | |
Custom tostring functions working
Diffstat (limited to 'nextlang.c')
| -rw-r--r-- | nextlang.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |
