summaryrefslogtreecommitdiffstats
path: root/libgfortran/m4/maxloc1.m4
diff options
context:
space:
mode:
Diffstat (limited to 'libgfortran/m4/maxloc1.m4')
-rw-r--r--libgfortran/m4/maxloc1.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/m4/maxloc1.m4 b/libgfortran/m4/maxloc1.m4
index 84b5a35c5c4..44872ee61a0 100644
--- a/libgfortran/m4/maxloc1.m4
+++ b/libgfortran/m4/maxloc1.m4
@@ -1,8 +1,8 @@
`/* Implementation of the MAXLOC intrinsic
- Copyright 2002, 2007, 2009 Free Software Foundation, Inc.
+ Copyright 2002, 2007, 2009, 2010 Free Software Foundation, Inc.
Contributed by Paul Brook <paul@nowt.org>
-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
@@ -56,7 +56,7 @@ ARRAY_FUNCTION(0,
{
maxval = *src;
result = (rtype_name)n + 1;
- }')
+ }', `')
MASKED_ARRAY_FUNCTION(0,
` atype_name maxval;
OpenPOWER on IntegriCloud