summaryrefslogtreecommitdiffstats
path: root/generic/tclCompCmdsSZ.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-09 19:43:38 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-10-09 19:43:38 (GMT)
commit1f2c3cb141703d6795e040e3a5dbf59da362b6e9 (patch)
tree120d1af971b225719e49296ecb5bd696da72aae8 /generic/tclCompCmdsSZ.c
parent398efeba2dbc75beb921548c7668531e122af18d (diff)
downloadtcl-1f2c3cb141703d6795e040e3a5dbf59da362b6e9.zip
tcl-1f2c3cb141703d6795e040e3a5dbf59da362b6e9.tar.gz
tcl-1f2c3cb141703d6795e040e3a5dbf59da362b6e9.tar.bz2
isspace -> TclIsSpaceProc in various places.
Re-generate tclDate.c with Bision 3.1
Diffstat (limited to 'generic/tclCompCmdsSZ.c')
-rw-r--r--generic/tclCompCmdsSZ.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompCmdsSZ.c b/generic/tclCompCmdsSZ.c
index 243f8a9..b16b8b3 100644
--- a/generic/tclCompCmdsSZ.c
+++ b/generic/tclCompCmdsSZ.c
@@ -1350,7 +1350,7 @@ static int
UniCharIsHexDigit(
int character)
{
- return (character >= 0) && (character < 0x80) && isxdigit(character);
+ return (character >= 0) && (character < 0x80) && isxdigit(UCHAR(character));
}
StringClassDesc const tclStringClassTable[] = {