diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-18 17:45:48 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-07-18 17:45:48 -0400 |
commit | c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e (patch) | |
tree | c09ecc7724b819863a92d3a8aa14bc99177e72c0 /gcc/gcc.c | |
parent | 24dcc9c5c1cdb83c1bd95e19708bd56aebf69022 (diff) | |
download | gcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.zip gcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.tar.gz gcc-c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e.tar.bz2 |
(default_compilers): Extra Fortran extensions.
From-SVN: r12513
Diffstat (limited to 'gcc/gcc.c')
-rw-r--r-- | gcc/gcc.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -564,7 +564,8 @@ static struct compiler default_compilers[] = linking is not done". */ {".cc", "#C++"}, {".cxx", "#C++"}, {".cpp", "#C++"}, {".c++", "#C++"}, {".C", "#C++"}, {".ads", "#Ada"}, {".adb", "#Ada"}, {".ada", "#Ada"}, - {".f", "#Fortran"}, + {".f", "#Fortran"}, {".for", "#Fortran"}, {".F", "#Fortran"}, + {".fpp", "#Fortran"}, /* Next come the entries for C. */ {".c", "@c"}, {"@c", |