]> gcc.gnu.org Git - gcc.git/commitdiff
random.c: Include config.h
authorDavid Edelsohn <edelsohn@gnu.org>
Sun, 27 Nov 2005 22:09:40 +0000 (22:09 +0000)
committerDavid Edelsohn <dje@gcc.gnu.org>
Sun, 27 Nov 2005 22:09:40 +0000 (17:09 -0500)
        * 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

libgfortran/ChangeLog
libgfortran/intrinsics/random.c
libgfortran/io/io.h
libgfortran/io/size_from_kind.c

index 59d6a3e9bfe9b5e36a89c4af061080d3fc76750b..c371f8dfe0f626cd0bb6a87fb5848abd8874f636 100644 (file)
@@ -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
index 463b7e0c17b4f929c8cc44fe5d011673aff428bd..ef7ed760e63a813edc477c3915c6ccf01282d49d 100644 (file)
@@ -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"
 
index 48cc2a19ab208914bdffafdad25b19587b499407..004bcef8bf638c5ffc5e79ff663c025eeb25c58a 100644 (file)
@@ -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"
index c4a55dceb5420cc5f336798b0ee1e89b89e5cb88..033b554c61449c4eda4559aa6335ad71136dc8fe 100644 (file)
@@ -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
This page took 0.066174 seconds and 5 git commands to generate.