summaryrefslogtreecommitdiffstats
path: root/generic/tcl.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-12-21 10:13:37 (GMT)
commit4a9549053c5065a1fd09b601851548e7418967c0 (patch)
treeedbc91ee6b8cec5968ef78ebc501937c02d79a5d /generic/tcl.h
parent7cd696d234348fee7d05b41112028901a9d7cdad (diff)
parent07bdaceb97e059a802ca158f1661c23e651ec949 (diff)
downloadtcl-4a9549053c5065a1fd09b601851548e7418967c0.zip
tcl-4a9549053c5065a1fd09b601851548e7418967c0.tar.gz
tcl-4a9549053c5065a1fd09b601851548e7418967c0.tar.bz2
remove unnecessary struct names, which only pollute the "struct" namespace for the compiler.
Diffstat (limited to 'generic/tcl.h')
-rw-r--r--generic/tcl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index 09191df..cc3efaf 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -333,7 +333,7 @@ typedef unsigned TCL_WIDE_INT_TYPE Tcl_WideUInt;
typedef struct _stat32i64 Tcl_StatBuf;
# endif /* _MSC_VER < 1400 */
#elif defined(__CYGWIN__)
- typedef struct _stat32i64 {
+ typedef struct {
dev_t st_dev;
unsigned short st_ino;
unsigned short st_mode;