diff options
author | Mike Hommey <mh@glandium.org> | 2005-02-05 12:06:19 +0000 |
---|---|---|
committer | Mike Hommey <mh@glandium.org> | 2005-02-05 12:06:19 +0000 |
commit | a7457388701e6ccba9091ba3ec09505dc903b758 (patch) | |
tree | 80a7d0fba3968fee73cc71a62ffe1af039396f29 /doc/elfgcchack.xsl | |
parent | f51dd67f3a3f472af0620391eb588eeca4533689 (diff) | |
download | libxml2-a7457388701e6ccba9091ba3ec09505dc903b758.tar.gz |
Load /tmp/tmp.5kkLmZ/libxml2-2.6.17 intoupstream/2.6.17
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'doc/elfgcchack.xsl')
-rw-r--r-- | doc/elfgcchack.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/elfgcchack.xsl b/doc/elfgcchack.xsl index 109ce0c..5f5cb40 100644 --- a/doc/elfgcchack.xsl +++ b/doc/elfgcchack.xsl @@ -60,6 +60,7 @@ #include "libxml/xpath.h" #include "libxml/xpathInternals.h" #include "libxml/xpointer.h" +#include "libxml/xmlmodule.h" /* special hot spot not exported ones */ @@ -108,7 +109,7 @@ extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute( </xsl:if> </xsl:template> <xsl:template match="cond"> - <xsl:text>#ifdef </xsl:text> + <xsl:text>#if </xsl:text> <xsl:value-of select="."/> <xsl:text> </xsl:text> |