diff options
Diffstat (limited to 'libgfortran/generated/in_pack_i4.c')
-rw-r--r-- | libgfortran/generated/in_pack_i4.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libgfortran/generated/in_pack_i4.c b/libgfortran/generated/in_pack_i4.c index 04e17b817e3..0e3bf2302b7 100644 --- a/libgfortran/generated/in_pack_i4.c +++ b/libgfortran/generated/in_pack_i4.c @@ -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,10 +28,10 @@ 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 "libgfortran.h" + #if defined (HAVE_GFC_INTEGER_4) @@ -121,3 +121,4 @@ internal_pack_4 (gfc_array_i4 * source) } #endif + |