summaryrefslogtreecommitdiff
path: root/doc/libxslt-api.xml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-03-13 19:44:17 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-03-13 19:44:17 +0000
commit91cf35d84df69a384c69bac73ed3ab04a67e3d55 (patch)
tree2956afe1a8a0b3c041a89a18552a52e1f2f66da5 /doc/libxslt-api.xml
parentdde18909b41dc06b0c295ba76019ed81e7b6bfe1 (diff)
downloadlibxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.gz
libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.tar.bz2
libxslt-91cf35d84df69a384c69bac73ed3ab04a67e3d55.zip
preparing 1.1.13, updated and rebuilt the docs. trying to fix some build
* NEWS configure.in doc/*: preparing 1.1.13, updated and rebuilt the docs. * tests/plugins/Makefile.am xsltproc/Makefile.am: trying to fix some build problems. * libxslt.spec.in: adding a build require and a require for libgcrypt-devel, c.f. Red Hat bug #133211 * libxslt/xsltInternals.h: as for libxml2, XML_CAST_FPTR was wrong. Daniel
Diffstat (limited to 'doc/libxslt-api.xml')
-rw-r--r--doc/libxslt-api.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libxslt-api.xml b/doc/libxslt-api.xml
index 6b0907d7..37eea62c 100644
--- a/doc/libxslt-api.xml
+++ b/doc/libxslt-api.xml
@@ -510,7 +510,7 @@
<macro name='UNDEFINED_DEFAULT_NS' file='namespaces'>
</macro>
<macro name='XML_CAST_FPTR' file='xsltInternals'>
- <info>Macro to do a casting from an object pointer to a function pointer without encountering a warning from gcc</info>
+ <info>Macro to do a casting from an object pointer to a function pointer without encountering a warning from gcc #define XML_CAST_FPTR(fptr) (*(void **)(&amp;fptr)) This macro violated ISO C aliasing rules (gcc4 on s390 broke) so it is disabled now</info>
<arg name='fptr' info='pointer to a function'/>
</macro>
<macro name='XSLTCALL' file='xsltexports'>