diff options
Diffstat (limited to 'toc.c')
-rw-r--r-- | toc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ /* forward declarations for debugging */ static void print_val(Value v, Type *t); +static void print_token(Token *t); /* misc */ |