* cp-name-parser.y: Include config.h before system headers.
authorPedro Alves <palves@redhat.com>
Mon, 25 Aug 2008 21:50:25 +0000 (21:50 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 25 Aug 2008 21:50:25 +0000 (21:50 +0000)
gdb/ChangeLog
gdb/cp-name-parser.y

index c452d995b8118c047bc6887c4dbdc376cf06e57b..a6445cd0f1248d09ef04aba28c1c1c083e227115 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-25  Pedro Alves  <pedro@codesourcery.com>
+
+       * cp-name-parser.y: Include config.h before system headers.
+
 2008-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * m88k-tdep.c: Update for unwinder changes.
index 1cfbcfbce835d690da5224045d9ed0ae30882759..023e306e118d9938a6cf623a199d20378e83ab6a 100644 (file)
@@ -31,12 +31,13 @@ Boston, MA 02110-1301, USA.  */
 
 %{
 
+#include "config.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
 
-#include "config.h"
 #include "safe-ctype.h"
 #include "libiberty.h"
 #include "demangle.h"