mirror of
https://github.com/darlinghq/darling-libxslt.git
synced 2024-12-02 17:06:29 +00:00
turned a function static applied patch from Mark Vadoc Daniel
* libexslt/dynamic.c: turned a function static * libxslt/win32config.h: applied patch from Mark Vadoc Daniel
This commit is contained in:
parent
765957430f
commit
14b17c1284
@ -1,3 +1,8 @@
|
||||
Fri May 31 09:33:09 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* libexslt/dynamic.c: turned a function static
|
||||
* libxslt/win32config.h: applied patch from Mark Vadoc
|
||||
|
||||
Thu May 30 23:35:47 CEST 2002 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c
|
||||
|
@ -50,7 +50,7 @@
|
||||
* fragment or external object.
|
||||
*/
|
||||
|
||||
void
|
||||
static void
|
||||
exsltDynEvaluateFunction(xmlXPathParserContextPtr ctxt, int nargs) {
|
||||
xmlChar *str = NULL;
|
||||
xmlXPathObjectPtr ret = NULL;
|
||||
@ -82,6 +82,7 @@ exsltDynEvaluateFunction(xmlXPathParserContextPtr ctxt, int nargs) {
|
||||
xmlFree(str);
|
||||
return;
|
||||
}
|
||||
|
||||
/**
|
||||
* exsltDynRegister:
|
||||
*
|
||||
|
@ -5,6 +5,10 @@
|
||||
#define HAVE_STDLIB_H
|
||||
#define HAVE_MALLOC_H
|
||||
#define HAVE_TIME_H
|
||||
#define HAVE_LOCALTIME
|
||||
#define HAVE_GMTIME
|
||||
#define HAVE_TIME
|
||||
|
||||
#define HAVE_FCNTL_H
|
||||
|
||||
#include <io.h>
|
||||
@ -67,6 +71,7 @@ static int isnan (double d) {
|
||||
|
||||
#define HAVE_SYS_STAT_H
|
||||
#define HAVE__STAT
|
||||
#define HAVE_STRING_H
|
||||
|
||||
#include <libxml/xmlwin32version.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user