1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-07-29 15:41:13 +03:00

patch from Stphane Bidoul for Python 2.1 Daniel

* python/libxslt.c: patch from Stphane Bidoul for Python 2.1
Daniel
This commit is contained in:
Daniel Veillard
2002-12-23 14:44:48 +00:00
parent 326d100521
commit 24abc7719a
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Mon Dec 23 15:43:59 CET 2002 Daniel Veillard <daniel@veillard.com>
* python/libxslt.c: patch from St<53>phane Bidoul for Python 2.1
Sun Dec 22 22:54:04 CET 2002 Daniel Veillard <daniel@veillard.com> Sun Dec 22 22:54:04 CET 2002 Daniel Veillard <daniel@veillard.com>
* vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c: * vms/build_xslt.com libxslt/xsltconfig.h.in libxslt/xsltutils.c:

View File

@ -19,6 +19,9 @@
#include "libxslt_wrap.h" #include "libxslt_wrap.h"
#include "libxslt-py.h" #include "libxslt-py.h"
#if (defined(_MSC_VER) || defined(__MINGW32__)) && !defined(vsnprintf)
#define vsnprintf(b,c,f,a) _vsnprintf(b,c,f,a)
#endif
/* #define DEBUG */ /* #define DEBUG */
/* #define DEBUG_XPATH */ /* #define DEBUG_XPATH */