summaryrefslogtreecommitdiffstats
path: root/generic/tclOOBasic.c
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 14:43:35 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2008-07-31 14:43:35 (GMT)
commit53bc9e6c6a1e6f0cfa6ad54e6c95be54753e3b49 (patch)
tree6c96fbd692f683a13fbe376d5e0fb3f7aec3a3b5 /generic/tclOOBasic.c
parent8b4bd2bb9a913d76dbb65ca98921a537bce251fd (diff)
downloadtcl-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/tclOOBasic.c')
-rw-r--r--generic/tclOOBasic.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/generic/tclOOBasic.c b/generic/tclOOBasic.c
index 1e9bd11..28033cd 100644
--- a/generic/tclOOBasic.c
+++ b/generic/tclOOBasic.c
@@ -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: tclOOBasic.c,v 1.8 2008/07/29 05:30:37 msofer Exp $
+ * RCS: @(#) $Id: tclOOBasic.c,v 1.9 2008/07/31 14:43:47 msofer Exp $
*/
#ifdef HAVE_CONFIG_H
@@ -17,7 +17,6 @@
#endif
#include "tclInt.h"
#include "tclOOInt.h"
-#include "tclNRE.h"
static inline Tcl_Object *AddConstructionFinalizer(Tcl_Interp *interp);
static int FinalizeConstruction(ClientData data[],
@@ -39,8 +38,8 @@ static int RestoreFrame(ClientData data[],
* createWithNamespace, new).
*
* Note that this is the only code in this file (or, indeed, the whole of
- * TclOO) that uses tclNRE.h; it is the only code that does non-standard
- * poking in the NRE guts.
+ * TclOO) that uses NRE internals; it is the only code that does
+ * non-standard poking in the NRE guts.
*
* ----------------------------------------------------------------------
*/