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 | 53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49 (patch) | |
tree | 6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /generic/tclTest.c | |
parent | 8b4bd2bb9a913d76dbb65ca98921a537bce251fd (diff) | |
download | tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.zip tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.tar.gz tcl-53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49.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/tclTest.c')
-rw-r--r-- | generic/tclTest.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclTest.c b/generic/tclTest.c index 1cb6714..60f15a8 100644 --- a/generic/tclTest.c +++ b/generic/tclTest.c @@ -14,12 +14,11 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTest.c,v 1.120 2008/07/31 00:43:10 msofer Exp $ + * RCS: @(#) $Id: tclTest.c,v 1.121 2008/07/31 14:43:48 msofer Exp $ */ #define TCL_TEST #include "tclInt.h" -#include "tclNRE.h" /* * Required for Testregexp*Cmd |