From: Mark Kettenis Date: Fri, 27 Sep 2002 22:08:51 +0000 (+0000) Subject: Last ChangeLog entry for defs.h is for both this patch and the previous patch. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e59feb9fc1f0266a1c6cdf96d77762158ab506d5;p=pf3gnuchains%2Fpf3gnuchains3x.git Last ChangeLog entry for defs.h is for both this patch and the previous patch. --- diff --git a/gdb/defs.h b/gdb/defs.h index 2b8fef6144..d13cd699b2 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -40,6 +40,11 @@ #include #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 /* For va_list. */ #include "libiberty.h"