~ubuntu-branches/ubuntu/saucy/libxml2/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/elfgcchack.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-06-23 21:19:36 UTC
  • mto: (10.1.1 lenny) (43.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20080623211936-v5ix4se54w532dls
Tags: upstream-2.6.32.dfsg
ImportĀ upstreamĀ versionĀ 2.6.32.dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
  <xsl:template match="function">
108
108
    <xsl:variable name="str" select="string(@name)"/>
109
 
    <xsl:if test="starts-with(@name, 'xml') or starts-with(@name, 'html') or contains(@name, 'Push') or contains(@name, 'Pop')">
 
109
    <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')))">
110
110
      <xsl:variable name="alias" select="concat($str, '__internal_alias')"/>
111
111
      <xsl:apply-templates select="cond"/>
112
112
      <xsl:text>#ifdef bottom_</xsl:text>