diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-12 11:49:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-06-12 11:49:16 (GMT) |
commit | 82fccbc6dc66b696e8e2c0adfcfe6326bb398eea (patch) | |
tree | c076a6e1ab3d00ef7660863e1ea8355d739e646b /unix/dltest/pkga.c | |
parent | 1a08f933917a45ce6efae1951ab01ba5ebedacfc (diff) | |
parent | d0041c45cf6a0b1d32b271dd41b6dbd74ac4deab (diff) | |
download | tcl-82fccbc6dc66b696e8e2c0adfcfe6326bb398eea.zip tcl-82fccbc6dc66b696e8e2c0adfcfe6326bb398eea.tar.gz tcl-82fccbc6dc66b696e8e2c0adfcfe6326bb398eea.tar.bz2 |
Merge 9.0
Diffstat (limited to 'unix/dltest/pkga.c')
-rw-r--r-- | unix/dltest/pkga.c | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/unix/dltest/pkga.c b/unix/dltest/pkga.c index e00f996..579c323 100644 --- a/unix/dltest/pkga.c +++ b/unix/dltest/pkga.c @@ -14,15 +14,6 @@ #include "tcl.h" /* - * Prototypes for procedures defined later in this file: - */ - -static int Pkga_EqObjCmd(ClientData clientData, - Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); -static int Pkga_QuoteObjCmd(ClientData clientData, - Tcl_Interp *interp, int objc, Tcl_Obj *const objv[]); - -/* *---------------------------------------------------------------------- * * Pkga_EqObjCmd -- @@ -42,7 +33,7 @@ static int Pkga_QuoteObjCmd(ClientData clientData, static int Pkga_EqObjCmd( - ClientData dummy, /* Not used. */ + void *dummy, /* Not used. */ Tcl_Interp *interp, /* Current interpreter. */ int objc, /* Number of arguments. */ Tcl_Obj *const objv[]) /* Argument objects. */ @@ -87,7 +78,7 @@ Pkga_EqObjCmd( static int Pkga_QuoteObjCmd( - ClientData dummy, /* Not used. */ + void *dummy, /* Not used. */ Tcl_Interp *interp, /* Current interpreter. */ int objc, /* Number of arguments. */ Tcl_Obj *const objv[]) /* Argument strings. */ |