summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-10-18 14:59:44 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-10-18 14:59:44 (GMT)
commit689fc4a2799148bc150d3657bff1c85d334a5d20 (patch)
tree4f5a6ae16dbcf5d6a7a29b92e2876b0c7ef25022
parentebfce2bed1f5eb46895f7c0c56864a8f44cca9c0 (diff)
downloadtcl-689fc4a2799148bc150d3657bff1c85d334a5d20.zip
tcl-689fc4a2799148bc150d3657bff1c85d334a5d20.tar.gz
tcl-689fc4a2799148bc150d3657bff1c85d334a5d20.tar.bz2
D'oh! Accidental redefinition removed...
-rw-r--r--generic/tcl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index fce362d..f9fbee0 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -12,7 +12,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.102.2.19 2001/10/18 14:19:38 dkf Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.102.2.20 2001/10/18 14:59:44 dkf Exp $
*/
#ifndef _TCL
@@ -381,8 +381,6 @@ typedef unsigned TCL_WIDE_INT_TYPE Tcl_WideUInt;
#ifdef TCL_WIDE_INT_IS_LONG
# include <sys/types.h>
-typedef long Tcl_WideInt;
-typedef unsigned long Tcl_WideInt;
typedef struct stat Tcl_StatBuf;
# define Tcl_WideAsLong(val) ((long)(val))
# define Tcl_LongAsWide(val) ((long)(val))