summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/types.h b/types.h
index 74b7afc..85c7d73 100644
--- a/types.h
+++ b/types.h
@@ -397,8 +397,8 @@ typedef struct Tokenizer {
typedef enum {
- TYPE_VOID,
TYPE_UNKNOWN,
+ TYPE_VOID,
TYPE_BUILTIN,
TYPE_FN,
TYPE_TUPLE,