1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

include: Make most IS_* macros private

Macros like IS_DIGIT or IS_LETTER severely pollute the C namespace.
This commit is contained in:
Nick Wellnhofer
2024-12-19 20:59:10 +01:00
parent 0d4a17af49
commit 84a6c82ff8
15 changed files with 27 additions and 172 deletions

View File

@@ -47,6 +47,7 @@
#include "private/buf.h"
#include "private/error.h"
#include "private/memory.h"
#include "private/parser.h"
#include "private/xpath.h"
/* Disabled for now */