Last ChangeLog entry for defs.h is for both this patch and the previous patch.
authorMark Kettenis <kettenis@gnu.org>
Fri, 27 Sep 2002 22:08:51 +0000 (22:08 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 27 Sep 2002 22:08:51 +0000 (22:08 +0000)
gdb/defs.h

index 2b8fef614458078c38fc51dc6b4c281f2e52387e..d13cd699b2131fdf5845a387ec27c9088d406167 100644 (file)
 #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''.  */
 #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"
This page took 0.034624 seconds and 4 git commands to generate.