Commit a0ba8cb1 by David Edelsohn Committed by David Edelsohn

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
parent 2a0cba30
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> 2005-11-27 Francois-Xavier Coudert <coudert@clipper.ens.fr>
* io/write.c (namelist_write): Correct type in previous * io/write.c (namelist_write): Correct type in previous
......
...@@ -29,6 +29,7 @@ License along with libgfortran; see the file COPYING. If not, ...@@ -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, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
Boston, MA 02110-1301, USA. */ Boston, MA 02110-1301, USA. */
#include "config.h"
#include "libgfortran.h" #include "libgfortran.h"
#include "../io/io.h" #include "../io/io.h"
......
...@@ -37,11 +37,6 @@ Boston, MA 02110-1301, USA. */ ...@@ -37,11 +37,6 @@ Boston, MA 02110-1301, USA. */
#define SUPPORTS_WEAK 1 #define SUPPORTS_WEAK 1
#endif #endif
#ifdef _AIX
#undef _LARGE_FILES
#define _LARGE_FILE_API
#endif
#include <gthr.h> #include <gthr.h>
#define DEFAULT_TEMPDIR "/tmp" #define DEFAULT_TEMPDIR "/tmp"
......
...@@ -31,6 +31,8 @@ Boston, MA 02110-1301, USA. */ ...@@ -31,6 +31,8 @@ Boston, MA 02110-1301, USA. */
/* This file contains utility functions for determining the size of a /* This file contains utility functions for determining the size of a
variable given its kind. */ variable given its kind. */
#include "config.h"
#include "libgfortran.h"
#include "io.h" #include "io.h"
size_t size_t
......
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