summaryrefslogtreecommitdiff
path: root/libgfortran/m4/minloc1.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/minloc1.m4')
-rw-r--r--libgfortran/m4/minloc1.m47
1 files changed, 3 insertions, 4 deletions
diff --git a/libgfortran/m4/minloc1.m4 b/libgfortran/m4/minloc1.m4
index 06738fe7ba1..46ebfd23d5a 100644
--- a/libgfortran/m4/minloc1.m4
+++ b/libgfortran/m4/minloc1.m4
@@ -1,5 +1,5 @@
`/* Implementation of the MINLOC 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"'
+#include <limits.h>'
include(iparm.m4)dnl
include(ifunction.m4)dnl