summaryrefslogtreecommitdiff
path: root/doc/apibuild.py
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2009-01-18 17:26:02 +0000
committerDaniel Veillard <veillard@src.gnome.org>2009-01-18 17:26:02 +0000
commitd4d4705780933c7ad181a7bd902c91d1d1adaba3 (patch)
tree211eb51289450da9e66b48e73ee8476c6f3f1858 /doc/apibuild.py
parentd4a3f2418a19b5de3d533490b992450b6f4623c2 (diff)
downloadlibxml2-d4d4705780933c7ad181a7bd902c91d1d1adaba3.tar.gz
apply patch from Marcus Meissner to add gcc attribute alloc_size should
* include/libxml/xmlversion.h.in include/libxml/xmlmemory.h: apply patch from Marcus Meissner to add gcc attribute alloc_size should fix #552505 * doc/apibuild.py doc/* testapi.c: regenerate the API * include/libxml/parserInternals.h: fix a comment problem raised by apibuild.py daniel svn path=/trunk/; revision=3811
Diffstat (limited to 'doc/apibuild.py')
-rwxr-xr-xdoc/apibuild.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index 3c380618..36870dad 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -72,6 +72,7 @@ ignored_words = {
"ATTRIBUTE_UNUSED": (0, "macro keyword"),
"LIBEXSLT_PUBLIC": (0, "macro keyword"),
"X_IN_Y": (5, "macro function builder"),
+ "ATTRIBUTE_ALLOC_SIZE": (3, "macro for gcc chaking extension"),
}
def escape(raw):