diff options
Diffstat (limited to 'gcc/f/info.c')
-rw-r--r-- | gcc/f/info.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/f/info.c b/gcc/f/info.c index b632f41..1bedaa0 100644 --- a/gcc/f/info.c +++ b/gcc/f/info.c @@ -1,5 +1,5 @@ /* info.c -- Implementation File (module.c template V1.0) - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 2002 Free Software Foundation, Inc. Contributed by James Craig Burley. This file is part of GNU Fortran. @@ -65,7 +65,7 @@ static const char *const ffeinfo_basictype_string_[] static const char *const ffeinfo_kind_message_[] = { -#define FFEINFO_KIND(KWD,LNAM,SNAM) LNAM, +#define FFEINFO_KIND(kwd,msgid,snam) msgid, #include "info-k.def" #undef FFEINFO_KIND }; |