Commit 8cfe17f9 by Aaron W. LaFramboise Committed by Paul Brook

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
parent 0c2166ab
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.
......
......@@ -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)
......
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