OSDN Git Service

2004-10-30 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
authorpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 15:04:20 +0000 (15:04 +0000)
committerpbrook <pbrook@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Oct 2004 15:04:20 +0000 (15:04 +0000)
*  intrinsics/system.c ("libgfortran.h"): Move after system headers.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@89891 138bc75d-0d04-0410-961f-82ee72b054a4

libgfortran/ChangeLog
libgfortran/intrinsics/system.c

index e2057a1..559840a 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>
+
+       *  intrinsics/system.c ("libgfortran.h"): Move after system headers.
+
 2004-10-30  Canqun Yang  <canqun@nudt.edu.cn>
 
        * intrinsics/rand.c (irand): Handle NULL argument.
index 38ae0a9..d962601 100644 (file)
@@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
 #include "config.h"
-#include "libgfortran.h"
 
 #ifdef HAVE_STRING_H
 #include <string.h>
@@ -38,6 +37,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #include <stdlib.h>
 #endif
 
+#include "libgfortran.h"
+
 void
 prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status,
                    gfc_charlen_type cmd_len)