diff options
Diffstat (limited to 'unix')
| -rw-r--r-- | unix/dltest/pkgt.c | 4 | ||||
| -rw-r--r-- | unix/tclUnixInit.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/unix/dltest/pkgt.c b/unix/dltest/pkgt.c index 7a32c35..1f326f5 100644 --- a/unix/dltest/pkgt.c +++ b/unix/dltest/pkgt.c @@ -16,11 +16,11 @@ static int TraceProc2 ( void *clientData, Tcl_Interp *interp, - Tcl_Size level, + Tcl_Size level, const char *command, Tcl_Command commandInfo, Tcl_Size objc, - struct Tcl_Obj *const *objv) + struct Tcl_Obj *const *objv) { (void)clientData; (void)interp; diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c index 376e72b..ed9058e 100644 --- a/unix/tclUnixInit.c +++ b/unix/tclUnixInit.c @@ -455,7 +455,7 @@ TclpInitPlatform(void) void TclpInitLibraryPath( char **valuePtr, - size_t *lengthPtr, + TCL_HASH_TYPE *lengthPtr, Tcl_Encoding *encodingPtr) { #define LIBRARY_SIZE 32 |
