mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-16 03:00:28 +08:00
random.c: Include config.h
* intrinsics/random.c: Include config.h * io/size_from_kind.c: Include config.h and libgfortran.h * io/io.h: Revert 2005-11-21 change. From-SVN: r107577
This commit is contained in:
parent
2a0cba30dd
commit
a0ba8cb101
@ -1,3 +1,9 @@
|
||||
2005-11-27 David Edelsohn <edelsohn@gnu.org>
|
||||
|
||||
* intrinsics/random.c: Include config.h
|
||||
* io/size_from_kind.c: Include config.h and libgfortran.h
|
||||
* io/io.h: Revert 2005-11-21 change.
|
||||
|
||||
2005-11-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
|
||||
|
||||
* io/write.c (namelist_write): Correct type in previous
|
||||
|
@ -29,6 +29,7 @@ License along with libgfortran; see the file COPYING. If not,
|
||||
write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02110-1301, USA. */
|
||||
|
||||
#include "config.h"
|
||||
#include "libgfortran.h"
|
||||
#include "../io/io.h"
|
||||
|
||||
|
@ -37,11 +37,6 @@ Boston, MA 02110-1301, USA. */
|
||||
#define SUPPORTS_WEAK 1
|
||||
#endif
|
||||
|
||||
#ifdef _AIX
|
||||
#undef _LARGE_FILES
|
||||
#define _LARGE_FILE_API
|
||||
#endif
|
||||
|
||||
#include <gthr.h>
|
||||
|
||||
#define DEFAULT_TEMPDIR "/tmp"
|
||||
|
@ -31,6 +31,8 @@ Boston, MA 02110-1301, USA. */
|
||||
/* This file contains utility functions for determining the size of a
|
||||
variable given its kind. */
|
||||
|
||||
#include "config.h"
|
||||
#include "libgfortran.h"
|
||||
#include "io.h"
|
||||
|
||||
size_t
|
||||
|
Loading…
x
Reference in New Issue
Block a user