summaryrefslogtreecommitdiffstats
path: root/generic/tclDictObj.c
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2008-07-31 14:43:34 (GMT)
committermsofer <msofer@noemail.net>2008-07-31 14:43:34 (GMT)
commit62393f8c14a7120868cea1519c945c931a71a8ba (patch)
tree6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /generic/tclDictObj.c
parent6272a047b241c0447a0c3c67b03a569dc49ffba9 (diff)
downloadtcl-62393f8c14a7120868cea1519c945c931a71a8ba.zip
tcl-62393f8c14a7120868cea1519c945c931a71a8ba.tar.gz
tcl-62393f8c14a7120868cea1519c945c931a71a8ba.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 FossilOrigin-Name: 451dda69d6e65267f856ee1657e610ea408eb1c3
Diffstat (limited to 'generic/tclDictObj.c')
-rw-r--r--generic/tclDictObj.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/tclDictObj.c b/generic/tclDictObj.c
index eb56e4a..9531f22 100644
--- a/generic/tclDictObj.c
+++ b/generic/tclDictObj.c
@@ -9,12 +9,11 @@
* See the file "license.terms" for information on usage and redistribution of
* this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclDictObj.c,v 1.66 2008/07/20 17:55:50 dkf Exp $
+ * RCS: @(#) $Id: tclDictObj.c,v 1.67 2008/07/31 14:43:44 msofer Exp $
*/
#include "tclInt.h"
#include "tommath.h"
-#include "tclNRE.h"
/*
* Forward declaration.