diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-10 21:04:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-03-10 21:04:41 (GMT) |
commit | 919d62dcd3d557c7976c331687ef9e8bbf6560c9 (patch) | |
tree | e68684c2b7317009033535896b177fcdfefb8dce /generic/regcomp.c | |
parent | e6a53eb44dab26c44e01f4620467c2c5ae0f27e5 (diff) | |
parent | 934e6a98376ded432d70c77b3778869bc49763d4 (diff) | |
download | tcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.zip tcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.tar.gz tcl-919d62dcd3d557c7976c331687ef9e8bbf6560c9.tar.bz2 |
Merge 8.7
Diffstat (limited to 'generic/regcomp.c')
-rw-r--r-- | generic/regcomp.c | 2 |
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 */ |