diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 23:05:50 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-26 23:05:50 (GMT) |
| commit | 9afc3ff81d99b4207da8b35d411a83f043b0a4f8 (patch) | |
| tree | 97924fc6c78e6fced56e06c83bfa288c51d73a5e /generic/tclProc.c | |
| parent | 15adceeead8ca31318befa55e31d2af69e34372c (diff) | |
| download | tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.zip tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.gz tcl-9afc3ff81d99b4207da8b35d411a83f043b0a4f8.tar.bz2 | |
more progress
Diffstat (limited to 'generic/tclProc.c')
| -rw-r--r-- | generic/tclProc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclProc.c b/generic/tclProc.c index 0162def..5f4d884 100644 --- a/generic/tclProc.c +++ b/generic/tclProc.c @@ -1649,7 +1649,7 @@ TclNRInterpProcCore( Tcl_Interp *interp,/* Interpreter in which procedure was * invoked. */ Tcl_Obj *procNameObj, /* Procedure name for error reporting. */ - int skip, /* Number of initial arguments to be skipped, + size_t skip, /* Number of initial arguments to be skipped, * i.e., words in the "command name". */ ProcErrorProc *errorProc) /* How to convert results from the script into * results of the overall procedure. */ |
