diff options
author | rmax <rmax> | 2004-03-18 18:50:40 (GMT) |
---|---|---|
committer | rmax <rmax> | 2004-03-18 18:50:40 (GMT) |
commit | 767d68ec6d958a72ef767196d7efbd8d9b9f387d (patch) | |
tree | 5d8026ffcf76cb43e1021ee0e1608d10ce7b8c2b /generic/tclInt.h | |
parent | ffa58c2b26dfdfa393cbd383ce80469028c497c1 (diff) | |
download | tcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.zip tcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.tar.gz tcl-767d68ec6d958a72ef767196d7efbd8d9b9f387d.tar.bz2 |
* generic/tclIntDecls.h: Removed TclpTime_t. It wasn't really needed,
* generic/tclInt.h: but caused warnings related to
* generic/tclInt.decls: strict aliasing with GCC 3.3.
* generic/tclClock.c:
* generic/tclDate.c:
* generic/tclGetDate.y:
* win/tclWinTime.c:
* unix/tclUnixTime.c:
Diffstat (limited to 'generic/tclInt.h')
-rw-r--r-- | generic/tclInt.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/generic/tclInt.h b/generic/tclInt.h index c97d68a..a0043dd 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.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: tclInt.h,v 1.147 2004/03/17 18:14:13 das Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.148 2004/03/18 18:54:02 rmax Exp $ */ #ifndef _TCLINT @@ -1525,12 +1525,6 @@ typedef struct TclFileAttrProcs { typedef struct TclFile_ *TclFile; /* - * Opaque names for platform specific types. - */ - -typedef struct TclpTime_t_ *TclpTime_t; - -/* * The "globParameters" argument of the function TclGlob is an * or'ed combination of the following values: */ |