diff options
Diffstat (limited to 'include/type.h')
-rw-r--r-- | include/type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/type.h b/include/type.h index 8f726a2..edcbd77 100644 --- a/include/type.h +++ b/include/type.h @@ -45,6 +45,7 @@ struct cer_union { }; enum type_kind { + TYP_BOOL, TYP_INT, TYP_FLOAT, TYP_ARRAY, |