abort.c ("libgfortran.h"): Move.
2004-10-03 Aaron W. LaFramboise <aaronavay62@aaronwl.com> * intrinsics/abort.c ("libgfortran.h"): Move. * intrinsics/date_and_time.c ("libgfortran.h"): Same. * intrinsics/write.c ("libgfortran.h"): Same. From-SVN: r88444
This commit is contained in:
parent
9d7bc6de21
commit
830219eec1
@ -1,3 +1,9 @@
|
||||
2004-10-03 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
|
||||
|
||||
* intrinsics/abort.c ("libgfortran.h"): Move.
|
||||
* intrinsics/date_and_time.c ("libgfortran.h"): Same.
|
||||
* intrinsics/write.c ("libgfortran.h"): Same.
|
||||
|
||||
2004-09-26 Tobias Schlueter <tobis.schlueter@physik.uni-muenchen.de>
|
||||
|
||||
PR libfortran/16137
|
||||
|
@ -18,8 +18,8 @@ License along with libgfor; see the file COPYING.LIB. If not,
|
||||
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
Boston, MA 02111-1307, USA. */
|
||||
|
||||
#include "libgfortran.h"
|
||||
#include <stdlib.h>
|
||||
#include "libgfortran.h"
|
||||
|
||||
|
||||
void prefix(abort) (void);
|
||||
|
@ -23,10 +23,9 @@ Boston, MA 02111-1307, USA. */
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "libgfortran.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "libgfortran.h"
|
||||
|
||||
#undef HAVE_NO_DATE_TIME
|
||||
#if TIME_WITH_SYS_TIME
|
||||
|
@ -21,10 +21,10 @@ Boston, MA 02111-1307, USA. */
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <float.h>
|
||||
#include "libgfortran.h"
|
||||
#include "io.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "libgfortran.h"
|
||||
#include "io.h"
|
||||
|
||||
|
||||
#define star_fill(p, n) memset(p, '*', n)
|
||||
|
Loading…
Reference in New Issue
Block a user