From: ian Date: Wed, 25 Jan 2006 22:46:01 +0000 (+0000) Subject: fix it so it compiles X-Git-Tag: debian/1.1.1~79 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;ds=inline;h=500e760d7840a4968afc8a0d720d0019a5e422b4;p=chiark-tcl.git fix it so it compiles --- diff --git a/base/scriptinv.c b/base/scriptinv.c index 6dd5375..644459a 100644 --- a/base/scriptinv.c +++ b/base/scriptinv.c @@ -65,6 +65,7 @@ x_rc: } void cht_scriptinv_invoke(ScriptToInvoke *si, int argc, Tcl_Obj *const *argv) { + int rc; rc= cht_scriptinv_invoke_fg(si, argc, argv); if (rc) Tcl_BackgroundError(si->ip); }