diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-03 17:49:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-08-03 17:49:09 (GMT) |
commit | b1dde98c17cc47bfc3015d91395cbdabcd939d86 (patch) | |
tree | 806ef82bc9692d5247fad26a036e93cd372d7515 /generic/tclInt.h | |
parent | 811623f8834badd39fce32d94399cc592b178d90 (diff) | |
download | tcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.zip tcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.tar.gz tcl-b1dde98c17cc47bfc3015d91395cbdabcd939d86.tar.bz2 |
remove unneeded declaration
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index ecd0300..a7991ab 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.387 2008/08/03 17:33:10 msofer Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.388 2008/08/03 17:49:09 msofer Exp $ */ #ifndef _TCLINT @@ -2535,7 +2535,6 @@ MODULE_SCOPE Tcl_ObjCmdProc TclNRWhileObjCmd; MODULE_SCOPE Tcl_NRPostProc TclNRForIterCallback; MODULE_SCOPE Tcl_ObjCmdProc TclNRAtProcExitObjCmd; -MODULE_SCOPE Tcl_ObjCmdProc TclAtProcExitObjCmd; MODULE_SCOPE int TclNREvalCmd(Tcl_Interp * interp, Tcl_Obj * objPtr, int flags); |