rewrite of attribute handling
[cparser] / entity.h
index 0e65930..a31cd0b 100644 (file)
--- a/entity.h
+++ b/entity.h
@@ -36,4 +36,6 @@ typedef struct function_t                   function_t;
 typedef struct compound_member_t            compound_member_t;
 typedef union  entity_t                     entity_t;
 
+typedef unsigned                            decl_modifiers_t;
+
 #endif