1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00

codegen: Only generate tables for character ranges

The rest can be easily maintained manually.
This commit is contained in:
Nick Wellnhofer
2025-05-16 01:52:44 +02:00
parent 770c6decd8
commit 4cb767e96e
6 changed files with 141 additions and 459 deletions

View File

@@ -5,9 +5,6 @@
*
* this module exports interfaces for the character
* range validation APIs
*
* This file is automatically generated from the cvs source
* definition files using the genChRanges.py Python script
*/
#ifndef __XML_CHVALID_H__