From: Mark Kettenis Date: Fri, 27 Sep 2002 21:31:22 +0000 (+0000) Subject: * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h". X-Git-Tag: drow-cplus-branchpoint~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=975ac915d681533da0b81558ea16b797f622a776;p=thirdparty%2Fbinutils-gdb.git * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h". Fix some whitespace problems. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 27c39a05780..25e0981f424 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-09-27 Mark Kettenis + + * defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h". + Fix some whitespace problems. + 2002-09-27 David Carlton * Makefile.in (cris-tdep.o): Depend on gdb_string_h. diff --git a/gdb/defs.h b/gdb/defs.h index 235d285238a..2b8fef61445 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -24,15 +24,16 @@ #ifndef DEFS_H #define DEFS_H -#include "config.h" /* Generated by configure */ +#include "config.h" /* Generated by configure. */ + #include -#include /* System call error return status */ +#include /* System call error return status. */ #include #ifdef HAVE_STDDEF_H #include #else -#include /* for size_t */ +#include /* 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 /* for va_list */ +#include /* For va_list. */ #include "libiberty.h"