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

unicode: Make Unicode functions private

This commit is contained in:
Nick Wellnhofer
2025-03-04 16:00:08 +01:00
parent 3d37ff84c3
commit 03a8d5f93d
11 changed files with 431 additions and 1963 deletions

View File

@@ -27,11 +27,11 @@
#include <libxml/parserInternals.h>
#include <libxml/xmlregexp.h>
#include <libxml/xmlautomata.h>
#include <libxml/xmlunicode.h>
#include "private/error.h"
#include "private/memory.h"
#include "private/regexp.h"
#include "private/unicode.h"
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t) -1)