diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2019-07-08 12:18:24 +0200 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2019-07-08 12:23:13 +0200 |
commit | 37189c08e61ee90e6a1e46276ac724decf467a4b (patch) | |
tree | e94c7f10e5c72de191a7772400123a5f1be0cd47 /doc | |
parent | 01ea9c5af712bc8a653e9f599d85f6dd136160b6 (diff) | |
download | libxml2-37189c08e61ee90e6a1e46276ac724decf467a4b.tar.gz |
dict.h: gcc 2.95 doesn't allow multiple storage classes
This is a partial revert of commit c71f9305. I'm not sure what issue
this commit was trying to solve but it seems to be related to a
circular dependency. It might be related to tree.h being included
from dict.h which is unnecessary.
Resolves !22.
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/apibuild.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py index 7c69a537..5341f671 100755 --- a/doc/apibuild.py +++ b/doc/apibuild.py @@ -80,7 +80,6 @@ ignored_words = { "ATTRIBUTE_PRINTF": (5, "macro for gcc printf args checking extension"), "LIBXML_ATTR_FORMAT": (5, "macro for gcc printf args checking extension"), "LIBXML_ATTR_ALLOC_SIZE": (3, "macro for gcc checking extension"), - "__XML_EXTERNC": (0, "Special macro added for os400"), } def escape(raw): |