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-Tag: drow-cplus-branchpoint~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=167baebf187f06d1a4a448fa0d02fafb848ccb4d;p=thirdparty%2Fbinutils-gdb.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 2b8fef61445..d13cd699b21 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"