diff options
Diffstat (limited to 'genUnicode.py')
| -rwxr-xr-x | genUnicode.py | 4 |
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 |
