diff options
Diffstat (limited to 'libgfortran/generated/maxloc1_16_i8.c')
-rw-r--r-- | libgfortran/generated/maxloc1_16_i8.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libgfortran/generated/maxloc1_16_i8.c b/libgfortran/generated/maxloc1_16_i8.c index 502c951e90e..7fe4b6c6733 100644 --- a/libgfortran/generated/maxloc1_16_i8.c +++ b/libgfortran/generated/maxloc1_16_i8.c @@ -1,5 +1,5 @@ /* Implementation of the MAXLOC intrinsic - Copyright 2002 Free Software Foundation, Inc. + Copyright 2002, 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,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 <limits.h> -#include "libgfortran.h" #if defined (HAVE_GFC_INTEGER_8) && defined (HAVE_GFC_INTEGER_16) |