diff options
Diffstat (limited to 'types.h')
-rw-r--r-- | types.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -736,6 +736,7 @@ typedef struct Instance { typedef struct CastExpr { struct Expression *expr; Type type; + CType ctype; } CastExpr; typedef struct NewExpr { |