Create a declaration, when accessing a non-existent compound entry, so the AST contai...
[cparser] / types.h
diff --git a/types.h b/types.h
index ddb8d41..b7ebfd3 100644 (file)
--- a/types.h
+++ b/types.h
@@ -33,6 +33,7 @@ extern type_t *type_long_double;
 extern type_t *type_long_long;
 extern type_t *type_long;
 extern type_t *type_short;
+extern type_t *type_unsigned_short;
 extern type_t *type_signed_char;
 extern type_t *type_unsigned_int;
 extern type_t *type_unsigned_long_long;