summaryrefslogtreecommitdiffstats
path: root/generic/regcomp.c
diff options
context:
space:
mode:
authornijtmans <nijtmans>2010-10-23 14:41:22 (GMT)
committernijtmans <nijtmans>2010-10-23 14:41:22 (GMT)
commitd685a505a92161235d2df2b3e2305ee2c8d753bb (patch)
tree5669d1abff67cf8c3172a57ff96b653e40ba6130 /generic/regcomp.c
parent602821b89af962acbf89e7424031b0d796b3956f (diff)
downloadtcl-d685a505a92161235d2df2b3e2305ee2c8d753bb.zip
tcl-d685a505a92161235d2df2b3e2305ee2c8d753bb.tar.gz
tcl-d685a505a92161235d2df2b3e2305ee2c8d753bb.tar.bz2
[Bug 3085863]: tclUniData 9 years old
Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
Diffstat (limited to 'generic/regcomp.c')
-rw-r--r--generic/regcomp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/regcomp.c b/generic/regcomp.c
index 31b8a82..66cdf33 100644
--- a/generic/regcomp.c
+++ b/generic/regcomp.c
@@ -179,11 +179,11 @@ static VOID freecvec _ANSI_ARGS_((struct cvec *));
static int nmcces _ANSI_ARGS_((struct vars *));
static int nleaders _ANSI_ARGS_((struct vars *));
static struct cvec *allmcces _ANSI_ARGS_((struct vars *, struct cvec *));
-static celt element _ANSI_ARGS_((struct vars *, chr *, chr *));
+static celt element _ANSI_ARGS_((struct vars *, CONST chr *, CONST chr *));
static struct cvec *range _ANSI_ARGS_((struct vars *, celt, celt, int));
static int before _ANSI_ARGS_((celt, celt));
static struct cvec *eclass _ANSI_ARGS_((struct vars *, celt, int));
-static struct cvec *cclass _ANSI_ARGS_((struct vars *, chr *, chr *, int));
+static struct cvec *cclass _ANSI_ARGS_((struct vars *, CONST chr *, CONST chr *, int));
static struct cvec *allcases _ANSI_ARGS_((struct vars *, pchr));
static int cmp _ANSI_ARGS_((CONST chr *, CONST chr *, size_t));
static int casecmp _ANSI_ARGS_((CONST chr *, CONST chr *, size_t));