command.c: Include "wait.h" after, rather than before, <wait.h>.
authorAndrew Cagney <cagney@redhat.com>
Thu, 15 Oct 1998 06:59:40 +0000 (06:59 +0000)
committerAndrew Cagney <cagney@redhat.com>
Thu, 15 Oct 1998 06:59:40 +0000 (06:59 +0000)
"wait.h" was defining all WIF* macro's instead of filling in those
that <wait.h> missed.  Stops heaps of warnings from <wait.h>
re-defining WIF*s defined in "wait.h".

gdb/ChangeLog
gdb/command.c

index f97a8cf0cc84ff353cc535aec4e147f6056c2477..e1e17625c87e442efa90ee6406ec404dfe2a0f34 100644 (file)
@@ -1,3 +1,29 @@
+Thu Oct 15 16:55:00 1998  Andrew Cagney  <cagney@b1.cygnus.com>
+
+       * command.c: Include "wait.h" after, rather than before, <wait.h>.
+       "wait.h" was defining all WIF* macro's instead of filling in those
+       that <wait.h> missed.
+
+1998-10-14  Jason Molenda  (jsm@bugshack.cygnus.com)
+
+       * defs.h: Move _initialize_printcmd, _initialize_stack, 
+        _initialize_blockframe out of here and in to their respective .c files.
+       * blockframe.c: Move _initialize_blockframe prototype to here.
+       * printcmd.c: Move _initialize_printcmd prototype to here.
+       * stack.c: Move _initialize_stack prototype to here.
+
+       * source.c, symtab.h: Move _initialize_source prototype to the .c file.
+       * values.c, value.h: Move _initialize_values prototype to the .c file.
+       * gdbthread.h, thread.c: Move _initialize_thread prototype to the .c 
+       file.
+       * breakpoint.c, breakpoint.h: Move _initialize_breakpoint prototype 
+        to the .c file.
+
+       * abug-rom.c alpha-nat.c alpha-tdep.c annotate.c ax-gdb.c bcache.c:
+       Standardize comments for the prototype section of these files.
+
+       * configure.in: Look in libc for wctype before looking for it in libc.
+
 Tue Oct 13 18:56:51 1998  Felix Lee  <flee@cygnus.com>
 
        * sol-thread.c (ps_pstop, etc): simple test for proc_service.h
index 962101d05cdc089ce68e84e9e4609250e5556751..10308d55d27b0f7afc687648d64742436bc72a15 100644 (file)
@@ -19,7 +19,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "gdbcmd.h"
 #include "symtab.h"
 #include "value.h"
-#include "wait.h"
 #include <ctype.h>
 #include "gdb_string.h"
 #ifdef HAVE_UNISTD_H
@@ -34,6 +33,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 # endif
 #endif
 
+#include "wait.h"
+
 /* Prototypes for local functions */
 
 static void