system.c ("libgfortran.h"): Move after system headers.

2004-10-30  Aaron W. LaFramboise <aaronavay62@aaronwl.com>

	*  intrinsics/system.c ("libgfortran.h"): Move after system headers.

From-SVN: r89891
This commit is contained in:
Aaron W. LaFramboise 2004-10-30 09:04:20 -06:00 committed by Paul Brook
parent 0c2166abe8
commit 8cfe17f951
2 changed files with 6 additions and 1 deletions

View 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> 2004-10-30 Canqun Yang <canqun@nudt.edu.cn>
* intrinsics/rand.c (irand): Handle NULL argument. * intrinsics/rand.c (irand): Handle NULL argument.

View file

@ -29,7 +29,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 02111-1307, USA. */
#include "config.h" #include "config.h"
#include "libgfortran.h"
#ifdef HAVE_STRING_H #ifdef HAVE_STRING_H
#include <string.h> #include <string.h>
@ -38,6 +37,8 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#include <stdlib.h> #include <stdlib.h>
#endif #endif
#include "libgfortran.h"
void void
prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status, prefix(system_sub) (const char * fcmd, GFC_INTEGER_4 * status,
gfc_charlen_type cmd_len) gfc_charlen_type cmd_len)