summaryrefslogtreecommitdiffstats
path: root/generic/regcomp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-10 21:04:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-03-10 21:04:41 (GMT)
commit919d62dcd3d557c7976c331687ef9e8bbf6560c9 (patch)
treee68684c2b7317009033535896b177fcdfefb8dce /generic/regcomp.c
parente6a53eb44dab26c44e01f4620467c2c5ae0f27e5 (diff)
parent934e6a98376ded432d70c77b3778869bc49763d4 (diff)
downloadtcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.zip
tcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.tar.gz
tcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.tar.bz2
Merge 8.7
Diffstat (limited to 'generic/regcomp.c')
-rw-r--r--generic/regcomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/regcomp.c b/generic/regcomp.c
index 0855685..47f06c8 100644
--- a/generic/regcomp.c
+++ b/generic/regcomp.c
@@ -206,7 +206,7 @@ struct vars {
int cflags; /* copy of compile flags */
int lasttype; /* type of previous token */
int nexttype; /* type of next token */
- chr nextvalue; /* value (if any) of next token */
+ int nextvalue; /* value (if any) of next token */
int lexcon; /* lexical context type (see lex.c) */
int nsubexp; /* subexpression count */
struct subre **subs; /* subRE pointer vector */