diff options
Diffstat (limited to 'libgfortran/m4/in_unpack.m4')
-rw-r--r-- | libgfortran/m4/in_unpack.m4 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/libgfortran/m4/in_unpack.m4 b/libgfortran/m4/in_unpack.m4 index 319c19f9cd0..00f4f12da33 100644 --- a/libgfortran/m4/in_unpack.m4 +++ b/libgfortran/m4/in_unpack.m4 @@ -1,5 +1,5 @@ `/* Helper function for repacking arrays. - Copyright 2003, 2006 Free Software Foundation, Inc. + Copyright 2003, 2006, 2007 Free Software Foundation, Inc. Contributed by Paul Brook <paul@nowt.org> This file is part of the GNU Fortran 95 runtime library (libgfortran). @@ -28,11 +28,11 @@ 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 <stdlib.h> #include <assert.h> -#include <string.h> -#include "libgfortran.h"' +#include <string.h>' + include(iparm.m4)dnl `#if defined (HAVE_'rtype_name`)' @@ -112,4 +112,4 @@ internal_unpack_'rtype_ccode` ('rtype` * d, const 'rtype_name` * src) } #endif -'
\ No newline at end of file +' |