From 14b17c12841770f2ab406da82a832eb5c824b4b3 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 31 May 2002 07:32:37 +0000 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ libexslt/dynamic.c | 3 ++- libxslt/win32config.h | 5 +++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8c640753..be64cdcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 31 09:33:09 CEST 2002 Daniel Veillard + + * 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 * win32/Makefile.msvc libexslt/Makefile.am libexslt/date.c diff --git a/libexslt/dynamic.c b/libexslt/dynamic.c index c3443dcc..705a1bcb 100644 --- a/libexslt/dynamic.c +++ b/libexslt/dynamic.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: * diff --git a/libxslt/win32config.h b/libxslt/win32config.h index 046bfa9a..2d70192f 100644 --- a/libxslt/win32config.h +++ b/libxslt/win32config.h @@ -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 @@ -67,6 +71,7 @@ static int isnan (double d) { #define HAVE_SYS_STAT_H #define HAVE__STAT +#define HAVE_STRING_H #include