summaryrefslogtreecommitdiffstats
path: root/generic/tclInt.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2016-07-06 16:47:37 (GMT)
committerdgp <dgp@users.sourceforge.net>2016-07-06 16:47:37 (GMT)
commit5afe70d02240e1acbe825478808f3ef27847c025 (patch)
tree910ee54327dd35984c3df8f989dc7ea4a550662a /generic/tclInt.h
parent3b1d8286ed07d9ddcea89d5e11497062a77dc85e (diff)
downloadtcl-5afe70d02240e1acbe825478808f3ef27847c025.zip
tcl-5afe70d02240e1acbe825478808f3ef27847c025.tar.gz
tcl-5afe70d02240e1acbe825478808f3ef27847c025.tar.bz2
Create and use a utility Tcl_NRPostProc when decr ref count of values is
all that is needed.
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r--generic/tclInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h
index afed61b..a6cc627 100644
--- a/generic/tclInt.h
+++ b/generic/tclInt.h
@@ -2741,6 +2741,7 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldmObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRYieldToObjCmd;
MODULE_SCOPE Tcl_ObjCmdProc TclNRInvoke;
+MODULE_SCOPE Tcl_NRPostProc TclNRReleaseValues;
MODULE_SCOPE void TclSetTailcall(Tcl_Interp *interp, Tcl_Obj *tailcallPtr);
MODULE_SCOPE void TclPushTailcallPoint(Tcl_Interp *interp);