From c26383a78b7b31b1dbd69a20a6f2c5ccd064df0e Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Thu, 18 Jul 1996 17:45:48 -0400 Subject: [PATCH] (default_compilers): Extra Fortran extensions. From-SVN: r12513 --- gcc/gcc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/gcc.c b/gcc/gcc.c index cb0ede846113..940c8e803804 100644 --- a/gcc/gcc.c +++ b/gcc/gcc.c @@ -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",