improvements in statement parsing, improvements in ast printing
[cparser] / type.h
diff --git a/type.h b/type.h
index 276846e..b3700a8 100644 (file)
--- a/type.h
+++ b/type.h
@@ -7,7 +7,7 @@
 typedef struct type_t                   type_t;
 typedef struct atomic_type_t            atomic_type_t;
 typedef struct pointer_type_t           pointer_type_t;
-typedef struct method_parameter_type_t  method_parameter_type_t;
+typedef struct method_parameter_t       method_parameter_t;
 typedef struct method_type_t            method_type_t;
 typedef struct compound_type_t          compound_type_t;
 typedef struct enum_entry_t             enum_entry_t;