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:
Daniel Veillard 2004-08-20 09:25:42 +00:00
parent 42e56fe78f
commit bc33d7861b
4 changed files with 5 additions and 3 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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: