aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.h')
-rw-r--r--src/ast.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ast.h b/src/ast.h
index 05c20e2..00b0171 100644
--- a/src/ast.h
+++ b/src/ast.h
@@ -29,6 +29,9 @@ typedef enum {
TypeKind_ulong,
TypeKind_llong,
TypeKind_ullong,
+ TypeKind_float,
+ TypeKind_double,
+ TypeKind_ldouble,
TypeKind_struct,
TypeKind_union,
TypeKind_enum,