diff options
Diffstat (limited to 'libgfortran/m4/maxval.m4')
-rw-r--r-- | libgfortran/m4/maxval.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libgfortran/m4/maxval.m4 b/libgfortran/m4/maxval.m4 index 7557eb130a1..15390688056 100644 --- a/libgfortran/m4/maxval.m4 +++ b/libgfortran/m4/maxval.m4 @@ -1,8 +1,8 @@ `/* Implementation of the MAXVAL 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 @@ -48,7 +48,7 @@ ARRAY_FUNCTION(atype_min, { #endif if (*src > result) - result = *src;') + result = *src;', `') MASKED_ARRAY_FUNCTION(atype_min, `#if defined ('atype_inf`) |