diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-06 19:20:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2018-10-06 19:20:43 (GMT) |
commit | 99e9ce3656f195c60ba4e928559c05d47167901c (patch) | |
tree | 64fba30ebef34869f49fcdf5b36b3b41164698db /generic/tclCompile.c | |
parent | d84d03b91a4eb72f88b56011713706a6f36bc17c (diff) | |
download | tcl-99e9ce3656f195c60ba4e928559c05d47167901c.zip tcl-99e9ce3656f195c60ba4e928559c05d47167901c.tar.gz tcl-99e9ce3656f195c60ba4e928559c05d47167901c.tar.bz2 |
Use more TCL_AUTO_LENGTH, when appropriate
Diffstat (limited to 'generic/tclCompile.c')
-rw-r--r-- | generic/tclCompile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index aa4adca..7e10512 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -2104,7 +2104,7 @@ TclCompileScript( * serves as context for finding and compiling * commands. May not be NULL. */ const char *script, /* The source script to compile. */ - size_t numBytes, /* Number of bytes in script. If (size_t)-1, the + size_t numBytes, /* Number of bytes in script. If -1, the * script consists of all bytes up to the * first null character. */ CompileEnv *envPtr) /* Holds resulting instructions. */ |