more work on parser, stdio.h is fully parsed now
[cparser] / ast_t.h
diff --git a/ast_t.h b/ast_t.h
index fabd945..0b36f28 100644 (file)
--- a/ast_t.h
+++ b/ast_t.h
@@ -134,10 +134,7 @@ struct array_access_expression_t {
 
 struct sizeof_expression_t {
        expression_t  expression;
-       union {
-               type_t       *type;
-               expression_t *size_expression;
-       } v;
+       type_t       *type;
 };
 
 struct conditional_expression_t {