summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-09-27 21:31:22 +0000
committerMark Kettenis <kettenis@gnu.org>2002-09-27 21:31:22 +0000
commitdcd04ca4eeb2d22a302262d6ada52096d30eb589 (patch)
tree491ad622cf3dc5e2f9466e7a83f4d4ee7ed65e0d /gdb/defs.h
parent414b7db23d090ac81182d8de03ba4d016dc48ae0 (diff)
downloadgdb-dcd04ca4eeb2d22a302262d6ada52096d30eb589.tar.gz
* defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
Fix some whitespace problems.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h11
1 files changed, 6 insertions, 5 deletions
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 <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"