summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/f/stb.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/gcc/f/stb.c')
-rw-r--r--contrib/gcc/f/stb.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/f/stb.c b/contrib/gcc/f/stb.c
index ef523c4..bf456a1 100644
--- a/contrib/gcc/f/stb.c
+++ b/contrib/gcc/f/stb.c
@@ -1,5 +1,5 @@
/* stb.c -- Implementation File (module.c template V1.0)
- Copyright (C) 1995, 1996 Free Software Foundation, Inc.
+ Copyright (C) 1995, 1996, 2002 Free Software Foundation, Inc.
Contributed by James Craig Burley.
This file is part of GNU Fortran.
@@ -12074,6 +12074,7 @@ ffestb_S3P41_ (ffelexToken ft, ffebld expr, ffelexToken t)
&& ((ffelex_token_type (t) == FFELEX_typeSEMICOLON)
|| ffesta_line_has_semicolons))
{
+ /* xgettext:no-c-format */
ffebad_start_msg ("INCLUDE at %0 not the only statement on the source line", FFEBAD_severityWARNING);
ffebad_here (0, ffelex_token_where_line (ffesta_tokens[0]),
ffelex_token_where_column (ffesta_tokens[0]));
OpenPOWER on IntegriCloud