summaryrefslogtreecommitdiffstats
path: root/generic/tclObj.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2001-11-23 01:26:52 (GMT)
committerdas <das@noemail.net>2001-11-23 01:26:52 (GMT)
commitbd07598bf71c495ee07750ab0aaa6c944481a3d6 (patch)
tree725fbc934e8cfe62511b965b22c0069a3e157e67 /generic/tclObj.c
parent559044574cd61b1ee6781de0a449028eec608be9 (diff)
downloadtcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.zip
tcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.tar.gz
tcl-bd07598bf71c495ee07750ab0aaa6c944481a3d6.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435658) see ChangeLog for details FossilOrigin-Name: 2211e7f47d524b40b088c25aae6fabdd9e704dca
Diffstat (limited to 'generic/tclObj.c')
-rw-r--r--generic/tclObj.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tclObj.c b/generic/tclObj.c
index 66f5240..8ebb2db 100644
--- a/generic/tclObj.c
+++ b/generic/tclObj.c
@@ -11,10 +11,11 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclObj.c,v 1.25 2001/11/16 20:14:27 msofer Exp $
+ * RCS: @(#) $Id: tclObj.c,v 1.26 2001/11/23 01:28:58 das Exp $
*/
#include "tclInt.h"
+#include "tclCompile.h"
#include "tclPort.h"
/*