diff options
Diffstat (limited to 'libgfortran/intrinsics/move_alloc.c')
-rw-r--r-- | libgfortran/intrinsics/move_alloc.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libgfortran/intrinsics/move_alloc.c b/libgfortran/intrinsics/move_alloc.c index f76c20c7b6d4..7b489ade4c79 100644 --- a/libgfortran/intrinsics/move_alloc.c +++ b/libgfortran/intrinsics/move_alloc.c @@ -1,8 +1,8 @@ /* Generic implementation of the MOVE_ALLOC intrinsic - Copyright (C) 2006, 2007, 2009 Free Software Foundation, Inc. + Copyright (C) 2006, 2007, 2009, 2011 Free Software Foundation, Inc. Contributed by Paul Thomas -This file is part of the GNU Fortran 95 runtime library (libgfortran). +This file is part of the GNU Fortran runtime library (libgfortran). Libgfortran is free software; you can redistribute it and/or modify it under the terms of the GNU General Public @@ -24,10 +24,8 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see <http://www.gnu.org/licenses/>. */ #include "libgfortran.h" - -#ifdef HAVE_STDLIB_H #include <stdlib.h> -#endif + extern void move_alloc (gfc_array_char *, gfc_array_char *); export_proto(move_alloc); |