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.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/m4/minloc1.m4 b/libgfortran/m4/minloc1.m4
index 6fa5e69ccc7..e0bd3cd88ce 100644
--- a/libgfortran/m4/minloc1.m4
+++ b/libgfortran/m4/minloc1.m4
@@ -1,8 +1,8 @@
`/* Implementation of the MINLOC 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
@@ -94,7 +94,7 @@ MASKED_ARRAY_FUNCTION(0,
{
minval = *src;
result = (rtype_name)n + 1;
- }')
+ }', `')
SCALAR_ARRAY_FUNCTION(0)