This is the merge of the Itcl3.0 gdbtk development branch into the

trunk.  To build it, you will have to do update -dP in the itcl
directory, and update tcl, tk, tix and libgui as well.
This commit is contained in:
Jim Ingham
1999-01-28 03:50:17 +00:00
parent 988e60c43b
commit c98fe0c119
33 changed files with 5608 additions and 553 deletions

View File

@@ -24,7 +24,7 @@
#endif
/* struct timeval */
#if defined(__unix) || defined(__CYGWIN__)
#if defined(__unix) || defined(__CYGWIN32__)
# include <sys/time.h>
#else
# include "winsock.h"