* defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
authorMark Kettenis <kettenis@gnu.org>
Fri, 27 Sep 2002 21:31:22 +0000 (21:31 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 27 Sep 2002 21:31:22 +0000 (21:31 +0000)
Fix some whitespace problems.

gdb/ChangeLog
gdb/defs.h

index 27c39a0578037443e734cdb041aae56f53746bba..25e0981f424058e28d71ada2be3afef52de9344e 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-27  Mark Kettenis  <kettenis@gnu.org>
+
+       * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
+       Fix some whitespace problems.
+
 2002-09-27  David Carlton  <carlton@math.stanford.edu>
 
        * Makefile.in (cris-tdep.o): Depend on gdb_string_h.
index 235d285238a81bcc4870434e460849ee7d879a2c..2b8fef614458078c38fc51dc6b4c281f2e52387e 100644 (file)
 #ifndef DEFS_H
 #define DEFS_H
 
-#include "config.h"            /* Generated by configure */
+#include "config.h"            /* Generated by configure.  */
+
 #include <stdio.h>
-#include <errno.h>             /* System call error return status */
+#include <errno.h>             /* System call error return status */
 #include <limits.h>
 
 #ifdef HAVE_STDDEF_H
 #include <stddef.h>
 #else
-#include <sys/types.h>         /* for size_t */
+#include <sys/types.h>         /* For size_t.  */
 #endif
 
 #ifdef HAVE_UNISTD_H
@@ -44,7 +45,7 @@
 /* For ``enum target_signal''.  */
 #include "gdb/signals.h"
 
-/* Just in case they're not defined in stdio.h. */
+/* Just in case they're not defined in stdio.h.  */
 
 #ifndef SEEK_SET
 #define SEEK_SET 0
@@ -58,7 +59,7 @@
 
 #include "ansidecl.h"
 
-#include <stdarg.h>            /* for va_list */
+#include <stdarg.h>            /* For va_list.  */
 
 #include "libiberty.h"
 
This page took 0.031604 seconds and 4 git commands to generate.