Changeset 53919 in vbox for trunk/src/VBox/Main/glue
- Timestamp:
- Jan 22, 2015 2:59:01 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97792
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/glue/constants-python.xsl
r47125 r53919 74 74 },</xsl:text> 75 75 </xsl:for-each> 76 <xsl:text> 76 <!-- hack alert: force new output element to avoid large reallocations. --> 77 <xsl:text disable-output-escaping="yes"><![CDATA[ 77 78 } 78 79 79 __dValuesSym = { </xsl:text>80 __dValuesSym = {]]></xsl:text> 80 81 <xsl:for-each select="//enum"> 81 82 <xsl:text> … … 90 91 },</xsl:text> 91 92 </xsl:for-each> 92 <xsl:text> 93 <!-- hack alert: force new output element to avoid large reallocations. --> 94 <xsl:text disable-output-escaping="yes"><![CDATA[ 93 95 } 94 96 95 __dValuesFlat = { </xsl:text>97 __dValuesFlat = {]]></xsl:text> 96 98 <xsl:for-each select="//enum"> 97 99 <xsl:variable name="ename"> … … 105 107 </xsl:for-each> 106 108 </xsl:for-each> 107 <xsl:text> 108 # Result constants:</xsl:text> 109 <!-- hack alert: force new output element to avoid large reallocations. --> 110 <xsl:text disable-output-escaping="yes"><![CDATA[ 111 # Result constants:]]></xsl:text> 109 112 <xsl:for-each select="//result[@value]"> 110 113 <xsl:text> … … 112 115 <xsl:value-of select="@value"/><xsl:text>,</xsl:text> 113 116 </xsl:for-each> 114 <xsl:text> 117 <!-- hack alert: force new output element to avoid large reallocations. --> 118 <xsl:text> 115 119 } 116 120
Note:
See TracChangeset
for help on using the changeset viewer.