Commit c26383a7 by Richard Kenner

(default_compilers): Extra Fortran extensions.

From-SVN: r12513
parent 24dcc9c5
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment