aboutsummaryrefslogtreecommitdiffstats
path: root/genUnicode.py
diff options
context:
space:
mode:
authorakirilov <akirilov@google.com>2018-06-01 13:46:04 -0700
committersyphyr <syphyr@gmail.com>2018-09-06 04:08:09 +0200
commit126c3993d2ad55db2abfe80e3d671bf584e7b13b (patch)
treef4464c225863c997e3f99d9897131f9f28df76fe /genUnicode.py
parent521b88fbb6d18312923f0df653d045384b500ffc (diff)
downloadandroid_external_libxml2-126c3993d2ad55db2abfe80e3d671bf584e7b13b.tar.gz
android_external_libxml2-126c3993d2ad55db2abfe80e3d671bf584e7b13b.tar.bz2
android_external_libxml2-126c3993d2ad55db2abfe80e3d671bf584e7b13b.zip
Merge to pi-dev and restore Android.mk Bug: 79662501 Bug: 36809766 Bug: 36810305 Bug: 62151041 Test: manually verify functionality for regression Change-Id: Ife351c91c932eb92992656f8ea5c08724a220306 (cherry picked from commit 4e91cfdbb1a8624e5cd5a850d6e17da11d1e34a8)
Diffstat (limited to 'genUnicode.py')
-rwxr-xr-xgenUnicode.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/genUnicode.py b/genUnicode.py
index 56e4e9ba..4487eeb5 100755
--- a/genUnicode.py
+++ b/genUnicode.py
@@ -267,14 +267,14 @@ typedef struct {
} xmlUnicodeRange;
typedef struct {
- xmlUnicodeRange *table;
+ const xmlUnicodeRange *table;
int numentries;
} xmlUnicodeNameTable;
static xmlIntFunc *xmlUnicodeLookup(xmlUnicodeNameTable *tptr, const char *tname);
-static xmlUnicodeRange xmlUnicodeBlocks[] = {
+static const xmlUnicodeRange xmlUnicodeBlocks[] = {
""" % (webpage, date, sources));
flag = 0