Add the field encoding to struct string_literal_t and merge T_WIDE_STRING_LITERAL...
[cparser] / ast.h
diff --git a/ast.h b/ast.h
index 645ff48..2d361fd 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -32,7 +32,6 @@ typedef struct compound_literal_expression_t         compound_literal_expression
 typedef struct reference_expression_t                reference_expression_t;
 typedef struct cast_expression_t                     cast_expression_t;
 typedef struct call_argument_t                       call_argument_t;
-typedef struct type_argument_t                       type_argument_t;
 typedef struct call_expression_t                     call_expression_t;
 typedef struct binary_expression_t                   binary_expression_t;
 typedef struct unary_expression_t                    unary_expression_t;