summaryrefslogtreecommitdiff
path: root/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'types.h')
-rw-r--r--types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/types.h b/types.h
index 903e76a..66f68ff 100644
--- a/types.h
+++ b/types.h
@@ -736,6 +736,7 @@ typedef struct Instance {
typedef struct CastExpr {
struct Expression *expr;
Type type;
+ CType ctype;
} CastExpr;
typedef struct NewExpr {