diff options
Diffstat (limited to 'gcc/fortran/matchexp.c')
-rw-r--r-- | gcc/fortran/matchexp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/matchexp.c b/gcc/fortran/matchexp.c index 058f7728d31..a306c953653 100644 --- a/gcc/fortran/matchexp.c +++ b/gcc/fortran/matchexp.c @@ -26,7 +26,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #include "arith.h" #include "match.h" -static char expression_syntax[] = "Syntax error in expression at %C"; +static char expression_syntax[] = N_("Syntax error in expression at %C"); /* Match a user-defined operator name. This is a normal name with a |