]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* runtime/main.c: Include "config.h" first.
authordje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2007 15:50:19 +0000 (15:50 +0000)
committerdje <dje@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Mar 2007 15:50:19 +0000 (15:50 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122994 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/runtime/main.c

index dfd8da7fb55db030d12e950715ee0face51724da..4000a3413ecc618c899dc0d47402153d7be62da2 100644 (file)
@@ -1,3 +1,7 @@
+2007-03-16  David Edelsohn  <edelsohn@gnu.org>
+
+       * runtime/main.c: Include "config.h" first.
+
 2007-03-15  Jerry DeLisle  <jvdelisle@gcc.gnu.org>
 
        PR libgfortran/31099
index 76e4aef724cc2338b5d7b7fe09dea1002c96d42e..a731af2c374781b97956500f930ed242cef5e0d4 100644 (file)
@@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING.  If not, write to
 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.  */
 
+#include "config.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
@@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA.  */
 #include <stddef.h>
 #include <limits.h>
 
-#include "config.h"
 #include "libgfortran.h"
 
 #ifdef HAVE_UNISTD_H