diff options
author | dgp <dgp@users.sourceforge.net> | 2007-07-02 17:13:45 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2007-07-02 17:13:45 (GMT) |
commit | e866d24f95b719da53f4fcc0d0b5df23fd0916ed (patch) | |
tree | 868e4909e24ae2b42d8b3b64650f6f41561e8e12 /generic/tclInt.h | |
parent | 4157542c246e381cb81ca70553a628d70381a3b2 (diff) | |
download | tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.zip tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.gz tcl-e866d24f95b719da53f4fcc0d0b5df23fd0916ed.tar.bz2 |
* generic/tclCompExpr.c: Removed dead code, old implementations
* generic/tclEvent.c: of expr parsing and compiling, including the
* generic/tclInt.h: routine TclFinalizeCompilation().
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 a36f70f..fd58efe 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,7 +12,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.321 2007/06/28 21:24:57 dgp Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.322 2007/07/02 17:13:48 dgp Exp $ */ #ifndef _TCLINT @@ -2261,7 +2261,6 @@ MODULE_SCOPE int TclFileRenameCmd(Tcl_Interp *interp, int objc, Tcl_Obj *CONST objv[]); MODULE_SCOPE void TclFinalizeAllocSubsystem(void); MODULE_SCOPE void TclFinalizeAsync(void); -MODULE_SCOPE void TclFinalizeCompilation(void); MODULE_SCOPE void TclFinalizeDoubleConversion(void); MODULE_SCOPE void TclFinalizeEncodingSubsystem(void); MODULE_SCOPE void TclFinalizeEnvironment(void); |