summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-30 13:53:17 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-06-30 13:53:17 (GMT)
commit64dfc63889ae62e8b5214a4bd1baf30f386c434e (patch)
tree8f3381625b4c5af5806783d029ce1f6a080d713c
parent91fb75c1b495eaa2bccb419c19b5b5a7b86d3b78 (diff)
parent26a0c08c0bcf995a69ec76d8061febcc24c650c2 (diff)
downloadtcl-64dfc63889ae62e8b5214a4bd1baf30f386c434e.zip
tcl-64dfc63889ae62e8b5214a4bd1baf30f386c434e.tar.gz
tcl-64dfc63889ae62e8b5214a4bd1baf30f386c434e.tar.bz2
Merge trunk
-rw-r--r--macosx/tclMacOSXFCmd.c2
-rw-r--r--macosx/tclMacOSXNotify.c4
-rw-r--r--unix/tclXtNotify.c2
-rw-r--r--win/tclWinConsole.c2
-rw-r--r--win/tclWinThrd.c2
5 files changed, 6 insertions, 6 deletions
diff --git a/macosx/tclMacOSXFCmd.c b/macosx/tclMacOSXFCmd.c
index d16f33f..326d897 100644
--- a/macosx/tclMacOSXFCmd.c
+++ b/macosx/tclMacOSXFCmd.c
@@ -106,7 +106,7 @@ typedef struct finderinfo {
u_int32_t extendedFileInfo[4];
} __attribute__ ((__packed__)) finderinfo;
-typedef struct fileinfobuf {
+typedef struct {
u_int32_t info_length;
u_int32_t data[8];
} fileinfobuf;
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index 9b7bd1a..a7f26b7 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -217,7 +217,7 @@ typedef struct FileHandler {
* handlers are ready to fire.
*/
-typedef struct FileHandlerEvent {
+typedef struct {
Tcl_Event header; /* Information that is standard for all
* events. */
int fd; /* File descriptor that is ready. Used to find
@@ -232,7 +232,7 @@ typedef struct FileHandlerEvent {
* writable, and exceptional conditions.
*/
-typedef struct SelectMasks {
+typedef struct {
fd_set readable;
fd_set writable;
fd_set exceptional;
diff --git a/unix/tclXtNotify.c b/unix/tclXtNotify.c
index a5d92d6..26db9f2 100644
--- a/unix/tclXtNotify.c
+++ b/unix/tclXtNotify.c
@@ -42,7 +42,7 @@ typedef struct FileHandler {
* handlers are ready to fire.
*/
-typedef struct FileHandlerEvent {
+typedef struct {
Tcl_Event header; /* Information that is standard for all
* events. */
int fd; /* File descriptor that is ready. Used to find
diff --git a/win/tclWinConsole.c b/win/tclWinConsole.c
index ede127e..5ce8a2b 100644
--- a/win/tclWinConsole.c
+++ b/win/tclWinConsole.c
@@ -112,7 +112,7 @@ typedef struct ConsoleInfo {
/* Data consumed by reader thread. */
} ConsoleInfo;
-typedef struct{
+typedef struct {
/*
* The following pointer refers to the head of the list of consoles that
* are being watched for file events.
diff --git a/win/tclWinThrd.c b/win/tclWinThrd.c
index 7283a05..fd23762 100644
--- a/win/tclWinThrd.c
+++ b/win/tclWinThrd.c
@@ -130,7 +130,7 @@ typedef struct {
* to TclWinThreadStart.
*/
-typedef struct WinThread {
+typedef struct {
LPTHREAD_START_ROUTINE lpStartAddress; /* Original startup routine */
LPVOID lpParameter; /* Original startup data */
unsigned int fpControl; /* Floating point control word from the