summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-06 15:50:34 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-06 15:50:34 (GMT)
commit3b1d8286ed07d9ddcea89d5e11497062a77dc85e (patch)
treef89984349c6213fbe322208ea01d5ae6f1339c27 /generic/tclCmdIL.c
parent891343f5d41ec457a94e65d9ae347de0f039c68a (diff)
downloadtcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.zip
tcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.tar.gz
tcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.tar.bz2
Simplify all the Tcl_NRPostProc declarations.
Diffstat (limited to 'generic/tclCmdIL.c')
-rw-r--r--generic/tclCmdIL.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c
index c93e593..0a1b4fe 100644
--- a/generic/tclCmdIL.c
+++ b/generic/tclCmdIL.c
@@ -105,8 +105,7 @@ typedef struct SortInfo {
*/
static int DictionaryCompare(const char *left, const char *right);
-static int IfConditionCallback(ClientData data[],
- Tcl_Interp *interp, int result);
+static Tcl_NRPostProc IfConditionCallback;
static int InfoArgsCmd(ClientData dummy, Tcl_Interp *interp,
int objc, Tcl_Obj *const objv[]);
static int InfoBodyCmd(ClientData dummy, Tcl_Interp *interp,