summaryrefslogtreecommitdiffstats
path: root/generic/tclVar.c
diff options
context:
space:
mode:
authordgp@users.sourceforge.net <dgp>2004-11-12 19:16:43 (GMT)
committerdgp@users.sourceforge.net <dgp>2004-11-12 19:16:43 (GMT)
commit01a88fb78fa742f0bda405a3d75727d42360f979 (patch)
tree1d91ba65bf4a91e89a0d2d278d92322870e4ef61 /generic/tclVar.c
parent80771d21bda3a8161f47af958d5c57219499dbfe (diff)
downloadtcl-01a88fb78fa742f0bda405a3d75727d42360f979.zip
tcl-01a88fb78fa742f0bda405a3d75727d42360f979.tar.gz
tcl-01a88fb78fa742f0bda405a3d75727d42360f979.tar.bz2
* generic/tclInt.h: Moved verification of ptrdiff_t typedef from
* generic/tclExecute.c: multiple .c files into one common header where * generic/tclVar.c: it is verifiably after tclConfig.h inclusion.
Diffstat (limited to 'generic/tclVar.c')
-rw-r--r--generic/tclVar.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclVar.c b/generic/tclVar.c
index 6162fc3..daf05a9 100644
--- a/generic/tclVar.c
+++ b/generic/tclVar.c
@@ -15,15 +15,9 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tclVar.c,v 1.98 2004/10/29 15:39:06 dkf Exp $
+ * RCS: @(#) $Id: tclVar.c,v 1.99 2004/11/12 19:16:53 dgp Exp $
*/
-#ifdef STDC_HEADERS
-#include <stddef.h>
-#else
-typedef int ptrdiff_t;
-#endif
-
#include "tclInt.h"
/*