diff options
Diffstat (limited to 'val.h')
-rw-r--r-- | val.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ typedef struct _val { } Val; void print_val(Val v); void println_val(Val v); -const char *valty_str(Val v); +const char *typename_str(Val v); typedef enum { |