summaryrefslogtreecommitdiffstats
path: root/generic/tcl.decls
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tcl.decls')
-rw-r--r--generic/tcl.decls3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tcl.decls b/generic/tcl.decls
index 054e3ad..2fe1368 100644
--- a/generic/tcl.decls
+++ b/generic/tcl.decls
@@ -2147,8 +2147,7 @@ declare 586 {
}
declare 587 {
void Tcl_NRAddCallback(Tcl_Interp *interp, Tcl_NRPostProc *postProcPtr,
- ClientData data0, ClientData data1, ClientData data2,
- ClientData data3)
+ ClientData data0, ClientData data1, ClientData data2)
}
# For use by NR extenders, to have a simple way to also provide a (required!)
# classic objProc