Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Mark Kettenis <kettenis@chello.nl>
To: ac131313@redhat.com
Cc: gdb-patches@sources.redhat.com
Subject: Re: [PATCH] Re-order includes in defs.h
Date: Fri, 27 Sep 2002 15:09:00 -0000	[thread overview]
Message-ID: <200209272208.g8RM8vB3078505@elgar.kettenis.dyndns.org> (raw)
In-Reply-To: <3D94D439.1080708@redhat.com> (message from Andrew Cagney on Fri, 27 Sep 2002 17:57:13 -0400)

   Date: Fri, 27 Sep 2002 17:57:13 -0400
   From: Andrew Cagney <ac131313@redhat.com>

   > Index: ChangeLog
   > from  Mark Kettenis  <kettenis@gnu.org>
   > 
   > 	* defs.h: Move inclusion of "ansidecl.h" before "gdb_locale.h".
   > 	Fix some whitespace problems.

   Um, where is the gdb_locale.h part of the change?

Ouch...

...here it is.  I checked this in on top of the other patch.

Index: defs.h
===================================================================
RCS file: /cvs/src/src/gdb/defs.h,v
retrieving revision 1.98
diff -u -p -r1.98 defs.h
--- defs.h 27 Sep 2002 21:31:22 -0000 1.98
+++ defs.h 27 Sep 2002 22:04:39 -0000
@@ -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''.  */
@@ -53,11 +58,6 @@
 #ifndef SEEK_CUR
 #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.  */
 


      reply	other threads:[~2002-09-27 22:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-09-27 14:34 Mark Kettenis
2002-09-27 14:57 ` Andrew Cagney
2002-09-27 15:09   ` Mark Kettenis [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200209272208.g8RM8vB3078505@elgar.kettenis.dyndns.org \
    --to=kettenis@chello.nl \
    --cc=ac131313@redhat.com \
    --cc=gdb-patches@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox