diff options
Diffstat (limited to 'gcc/f/parse.c')
-rw-r--r-- | gcc/f/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/f/parse.c b/gcc/f/parse.c index f687e592ec8..106ff3f60cc 100644 --- a/gcc/f/parse.c +++ b/gcc/f/parse.c @@ -35,7 +35,7 @@ ffe_parse_file (set_yydebug) ffewhereFile wf; if (ffe_is_version ()) - fprintf (stderr, "GNU Fortran Front End version %s\n", ffe_version_string); + fprintf (stderr, "GNU Fortran Front End version %s\n", version_string); if (!ffe_is_pedantic ()) ffe_set_is_pedantic (pedantic); |