aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2002-09-27 22:08:51 +0000
committerMark Kettenis <kettenis@gnu.org>2002-09-27 22:08:51 +0000
commit167baebf187f06d1a4a448fa0d02fafb848ccb4d (patch)
treec04481766124d756f8ed7bcfddecfe4c19adedaf /gdb/defs.h
parent975ac915d681533da0b81558ea16b797f622a776 (diff)
downloadgdb-167baebf187f06d1a4a448fa0d02fafb848ccb4d.zip
gdb-167baebf187f06d1a4a448fa0d02fafb848ccb4d.tar.gz
gdb-167baebf187f06d1a4a448fa0d02fafb848ccb4d.tar.bz2
Last ChangeLog entry for defs.h is for both this patch and the previous patch.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 2b8fef6..d13cd69 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -40,6 +40,11 @@
#include <unistd.h>
#endif
+/* First include ansidecl.h so we can use the various macro definitions
+ here and in all subsequent file inclusions. */
+
+#include "ansidecl.h"
+
#include "gdb_locale.h"
/* For ``enum target_signal''. */
@@ -54,11 +59,6 @@
#define SEEK_CUR 1
#endif
-/* First include ansidecl.h so we can use the various macro definitions
- here and in all subsequent file inclusions. */
-
-#include "ansidecl.h"
-
#include <stdarg.h> /* For va_list. */
#include "libiberty.h"