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:
Daniel Veillard 2002-05-31 07:32:37 +00:00
parent 765957430f
commit 14b17c1284
3 changed files with 12 additions and 1 deletions

View File

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

View File

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

View File

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