summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.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/tclBasic.c
parent891343f5d41ec457a94e65d9ae347de0f039c68a (diff)
downloadtcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.zip
tcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.tar.gz
tcl-3b1d8286ed07d9ddcea89d5e11497062a77dc85e.tar.bz2
Simplify all the Tcl_NRPostProc declarations.
Diffstat (limited to 'generic/tclBasic.c')
-rw-r--r--generic/tclBasic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclBasic.c b/generic/tclBasic.c
index b0c31cc..7235be1 100644
--- a/generic/tclBasic.c
+++ b/generic/tclBasic.c
@@ -128,7 +128,7 @@ static void MathFuncWrongNumArgs(Tcl_Interp *interp, int expected,
int actual, Tcl_Obj *const *objv);
static Tcl_NRPostProc NRCoroutineCallerCallback;
static Tcl_NRPostProc NRCoroutineExitCallback;
-static int NRCommand(ClientData data[], Tcl_Interp *interp, int result);
+static Tcl_NRPostProc NRCommand;
static Tcl_ObjCmdProc OldMathFuncProc;
static void OldMathFuncDeleteProc(ClientData clientData);