diff options
author | Mark Kettenis <kettenis@gnu.org> | 2002-09-27 22:08:51 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2002-09-27 22:08:51 +0000 |
commit | 167baebf187f06d1a4a448fa0d02fafb848ccb4d (patch) | |
tree | c04481766124d756f8ed7bcfddecfe4c19adedaf | |
parent | 975ac915d681533da0b81558ea16b797f622a776 (diff) | |
download | gdb-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.
-rw-r--r-- | gdb/defs.h | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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" |