]> git.draconx.ca Git - cdecl99.git/blobdiff - src/cdecl-internal.h
libcdecl: Perform all parser allocations via cdecl__alloc_item.
[cdecl99.git] / src / cdecl-internal.h
index cae248bc899c38330510d9433a8bd2ceb79eb15b..0d8f2e86946d6c5214a3f0669ba8f52373d4cbfd 100644 (file)
@@ -106,6 +106,7 @@ struct parse_item {
        union {
                struct cdecl_declarator declarator;
                struct cdecl_declspec   declspec;
+               struct cdecl            decl;
        } u;
 
        char s[FLEXIBLE_ARRAY_MEMBER];