diff options
Diffstat (limited to 'contrib/gcc/f/ste.c')
-rw-r--r-- | contrib/gcc/f/ste.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/f/ste.c b/contrib/gcc/f/ste.c index 8bb9c2d..2959984 100644 --- a/contrib/gcc/f/ste.c +++ b/contrib/gcc/f/ste.c @@ -1,5 +1,5 @@ /* ste.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995, 1996, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1996, 2000, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -2632,6 +2632,7 @@ ffeste_R809 (ffestw block, ffebld expr) { /* ~~~Someday handle CHARACTER*1, CHARACTER*N */ + /* xgettext:no-c-format */ ffebad_start_msg ("SELECT CASE on CHARACTER type (at %0) not supported -- sorry", FFEBAD_severityFATAL); ffebad_here (0, ffestw_line (block), ffestw_col (block)); |