summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2014-01-07 14:25:22 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2014-01-07 14:25:22 (GMT)
commit7e69e5c6b95b8116b04521b813321502ac377c72 (patch)
treef184932855626fe432f4dadd8cdb041a1d96afd8 /generic/tclInt.h
parent04164283e8b2c57d6a9ed117ae942dba5e47a05d (diff)
parent8bb7405765b9aed27270dfd145037e3c5884a34a (diff)
downloadtcl-7e69e5c6b95b8116b04521b813321502ac377c72.zip
tcl-7e69e5c6b95b8116b04521b813321502ac377c72.tar.gz
tcl-7e69e5c6b95b8116b04521b813321502ac377c72.tar.bz2
merge main working branch
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index 75cb9ea..a9092d9 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2734,7 +2734,6 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldmObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldToObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRInvoke;
-MODULE_SCOPE Tcl_NRPostProc TclOONextRestoreFrame;
MODULE_SCOPE void TclSetTailcall(Tcl_Interp *interp, Tcl_Obj *tailcallPtr);
MODULE_SCOPE void TclPushTailcallPoint(Tcl_Interp *interp);