summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-03-31 09:26:00 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-03-31 09:26:00 +0000
commit68b6e02bfdb9d206d1bd89d0c8650c9b66fcfdab (patch)
tree6cb75b875792838c06a2e331126afbab8ce75dbd /doc
parent05b37c689378ffd5ee44c4796c3c687688e97adf (diff)
downloadlibxml2-68b6e02bfdb9d206d1bd89d0c8650c9b66fcfdab.tar.gz
lot of out of memory handling fixes from Ashwin work around a problem with
* parser.c: lot of out of memory handling fixes from Ashwin * elfgcchack.h doc/elfgcchack.xsl: work around a problem with xmlDllMain * include/libxml/threads.h: indenting cleanups Daniel svn path=/trunk/; revision=3720
Diffstat (limited to 'doc')
-rw-r--r--doc/elfgcchack.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/elfgcchack.xsl b/doc/elfgcchack.xsl
index 11169f99..1adf340e 100644
--- a/doc/elfgcchack.xsl
+++ b/doc/elfgcchack.xsl
@@ -106,7 +106,7 @@ extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_al
<xsl:template match="function">
<xsl:variable name="str" select="string(@name)"/>
- <xsl:if test="starts-with(@name, 'xml') or starts-with(@name, 'html') or contains(@name, 'Push') or contains(@name, 'Pop')">
+ <xsl:if test="(starts-with(@name, 'xml') or starts-with(@name, 'html') or contains(@name, 'Push') or contains(@name, 'Pop')) and (not(contains(@name, 'xmlDllMain')))">
<xsl:variable name="alias" select="concat($str, '__internal_alias')"/>
<xsl:apply-templates select="cond"/>
<xsl:text>#ifdef bottom_</xsl:text>