adding debug output for terms

This commit is contained in:
hugogogo
2026-05-03 11:37:35 +02:00
parent cdc066c935
commit b19b593707
3 changed files with 92 additions and 82 deletions

View File

@@ -100,5 +100,6 @@ int stop_errors(program_error err, const char *format, ...);
extern char *input_g_err;
extern token *tokens_g_err;
extern term *terms_g_err;
#endif