From 0a1a1db5620ec53dd755544a21572bf4391b43ac Mon Sep 17 00:00:00 2001 From: Miguel Sofer Date: Mon, 7 Dec 2009 14:04:27 +0000 Subject: missing declaration --- generic/tclBasic.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/generic/tclBasic.c b/generic/tclBasic.c index fa9eb6e..33e0273 100644 --- a/generic/tclBasic.c +++ b/generic/tclBasic.c @@ -16,7 +16,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclBasic.c,v 1.413 2009/12/06 20:35:38 msofer Exp $ + * RCS: @(#) $Id: tclBasic.c,v 1.414 2009/12/07 14:04:27 msofer Exp $ */ #include "tclInt.h" @@ -145,6 +145,7 @@ static Tcl_NRPostProc NRRunObjProc; static Tcl_NRPostProc TailcallCleanup; static Tcl_NRPostProc NRTailcallEval; +static Tcl_NRPostProc YieldCallback; /* * The following structure define the commands in the Tcl core. -- cgit v0.12