From: Christoph Mallon Date: Tue, 8 May 2012 08:20:26 +0000 (+0200) Subject: Remove the typedef for the non-existent type_argument_t. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=c8dfa04bfc2911fd2e49853003d43a46e0073291;hp=1a59b32f89004a862c11a48ace2728a181579ccd;p=cparser Remove the typedef for the non-existent type_argument_t. --- 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;