From c8dfa04bfc2911fd2e49853003d43a46e0073291 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Tue, 8 May 2012 10:20:26 +0200 Subject: [PATCH 1/1] Remove the typedef for the non-existent type_argument_t. --- ast.h | 1 - 1 file changed, 1 deletion(-) diff --git a/ast.h b/ast.h index 645ff48..2d361fd 100644 --- 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; -- 2.20.1