diff options
| author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-31 14:43:35 (GMT) |
|---|---|---|
| committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-07-31 14:43:35 (GMT) |
| commit | 721a9cb5e337ff7aeba5eda0de4863c611593602 (patch) | |
| tree | 6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /generic/tclInterp.c | |
| parent | 46169f64a75fc658de03be51f21c808be8595879 (diff) | |
| download | tcl-721a9cb5e337ff7aeba5eda0de4863c611593602.zip tcl-721a9cb5e337ff7aeba5eda0de4863c611593602.tar.gz tcl-721a9cb5e337ff7aeba5eda0de4863c611593602.tar.bz2 | |
Dumped tclNRE.h's contents into tclInt.h. The file is now empty and
unrefernced everywhere but in macosx/Tcl.xcodeproj/project.pbxproj: some
knowledgeable maintainer please remove tclNRE.h after making sure it
doesn't break the build on macosx
Diffstat (limited to 'generic/tclInterp.c')
| -rw-r--r-- | generic/tclInterp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclInterp.c b/generic/tclInterp.c index d5736c3..daa705b 100644 --- a/generic/tclInterp.c +++ b/generic/tclInterp.c @@ -10,11 +10,10 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInterp.c,v 1.94 2008/07/29 05:30:35 msofer Exp $ + * RCS: @(#) $Id: tclInterp.c,v 1.95 2008/07/31 14:43:46 msofer Exp $ */ #include "tclInt.h" -#include "tclNRE.h" /* * A pointer to a string that holds an initialization script that if non-NULL |
