diff options
Diffstat (limited to 'val.c')
-rw-r--r-- | val.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ void println_val(Val v) { } -const char *valty_str(Val v) { +const char *typename_str(Val v) { switch(v.ty) { case TY_NIL: return "nil"; case TY_NUM: return "num"; |