mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-31 02:43:06 +03:00
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
This commit is contained in:
@ -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 **)(&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'>
|
||||
|
Reference in New Issue
Block a user