1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-05 19:01:18 +03:00

Remove Trio

Trio is a rather old cross-platform printf library which was bundled with
libxml2. It was needed for ancient pre-C99 systems without snprintf and
should be safe to remove these days.
This commit is contained in:
Nick Wellnhofer
2023-11-23 15:48:52 +01:00
parent f5d4d33bfa
commit 7d6969d955
17 changed files with 6 additions and 10831 deletions

View File

@ -29,11 +29,6 @@
#include "libxml_wrap.h"
#include "libxml2-py.h"
#if defined(WITH_TRIO)
#include "trio.h"
#define vsnprintf trio_vsnprintf
#endif
#if PY_MAJOR_VERSION >= 3
PyObject *PyInit_libxml2mod(void);