mirror of
https://github.com/darlinghq/darling-libxslt.git
synced 2024-12-02 17:06:29 +00:00
fix a 64bit bug reported by Andreas Schwab Daniel
* libxslt/imports.c: fix a 64bit bug reported by Andreas Schwab Daniel
This commit is contained in:
parent
42e56fe78f
commit
bc33d7861b
@ -1,3 +1,7 @@
|
||||
Fri Aug 20 11:30:19 CEST 2004 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libxslt/imports.c: fix a 64bit bug reported by Andreas Schwab
|
||||
|
||||
Wed Aug 18 14:27:18 PDT 2004 William Brack <wbrack@mmm.com.hk>
|
||||
|
||||
* configure.in libxslt/xsltconfig.h.in libxslt/xslt.c
|
||||
|
Binary file not shown.
@ -45,7 +45,6 @@ extern "C" {
|
||||
*/
|
||||
#define XSLT_NAMESPACE ((xmlChar *) "http://www.w3.org/1999/XSL/Transform")
|
||||
|
||||
#if LIBXML_VERSION >= 20600
|
||||
/**
|
||||
* XSLT_PARSE_OPTIONS:
|
||||
*
|
||||
@ -54,7 +53,6 @@ extern "C" {
|
||||
*/
|
||||
#define XSLT_PARSE_OPTIONS \
|
||||
XML_PARSE_NOENT | XML_PARSE_DTDLOAD | XML_PARSE_DTDATTR | XML_PARSE_NOCDATA
|
||||
#endif
|
||||
|
||||
/**
|
||||
* xsltMaxDepth:
|
||||
|
@ -44,7 +44,7 @@ extern "C" {
|
||||
*
|
||||
* extra version information, used to show a CVS compilation
|
||||
*/
|
||||
#define LIBXML_VERSION_EXTRA "-CVS931"
|
||||
#define LIBXML_VERSION_EXTRA "-CVS932"
|
||||
|
||||
/**
|
||||
* WITH_XSLT_DEBUG:
|
||||
|
Loading…
Reference in New Issue
Block a user