Commit b24e9b39 by David Edelsohn Committed by David Edelsohn

* runtime/main.c: Include "config.h" first.

From-SVN: r122994
parent 21d59fff
2007-03-16 David Edelsohn <edelsohn@gnu.org>
* runtime/main.c: Include "config.h" first.
2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org> 2007-03-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
PR libgfortran/31099 PR libgfortran/31099
......
...@@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to ...@@ -27,6 +27,7 @@ along with libgfortran; see the file COPYING. If not, write to
the Free Software Foundation, 51 Franklin Street, Fifth Floor, the Free Software Foundation, 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */ Boston, MA 02110-1301, USA. */
#include "config.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
...@@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */ ...@@ -34,7 +35,6 @@ Boston, MA 02110-1301, USA. */
#include <stddef.h> #include <stddef.h>
#include <limits.h> #include <limits.h>
#include "config.h"
#include "libgfortran.h" #include "libgfortran.h"
#ifdef HAVE_UNISTD_H #ifdef HAVE_UNISTD_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment