diff options
Diffstat (limited to 'generic/tclCompile.h')
-rw-r--r-- | generic/tclCompile.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tclCompile.h b/generic/tclCompile.h index 14d3880..68e6afe 100644 --- a/generic/tclCompile.h +++ b/generic/tclCompile.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclCompile.h,v 1.99 2008/08/03 17:33:10 msofer Exp $ + * RCS: @(#) $Id: tclCompile.h,v 1.100 2008/08/03 18:00:49 msofer Exp $ */ #ifndef _TCLCOMPILATION @@ -839,8 +839,6 @@ typedef struct { MODULE_SCOPE Tcl_NRPostProc NRRunBytecode; MODULE_SCOPE Tcl_NRPostProc NRAtProcExit; -MODULE_SCOPE Tcl_NRPostProc NRAtProcExitEval; - /* *---------------------------------------------------------------- |