aboutsummaryrefslogtreecommitdiff
path: root/src/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/types.h')
-rw-r--r--src/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h
index e8b9488..22c0d5f 100644
--- a/src/types.h
+++ b/src/types.h
@@ -11,6 +11,7 @@ typedef enum {
TYPE_PTR,
TYPE_ARRAY,
TYPE_STRUCT,
+ TYPE_UNION,
} DataType;
typedef struct data_type_node {