Commit 7fb56130 by Richard Kenner Committed by Richard Kenner

* gcc.c (default_compilers): Remove .ada.

From-SVN: r46051
parent 5b810d3c
Sat Oct 6 07:42:39 2001 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* gcc.c (default_compilers): Remove .ada.
2001-10-06 Neil Booth <neil@daikokuya.demon.co.uk> 2001-10-06 Neil Booth <neil@daikokuya.demon.co.uk>
* doc/cppinternals.texi: Update. * doc/cppinternals.texi: Update.
......
...@@ -781,7 +781,7 @@ static struct compiler default_compilers[] = ...@@ -781,7 +781,7 @@ static struct compiler default_compilers[] =
{".cc", "#C++", 0}, {".cxx", "#C++", 0}, {".cpp", "#C++", 0}, {".cc", "#C++", 0}, {".cxx", "#C++", 0}, {".cpp", "#C++", 0},
{".cp", "#C++", 0}, {".c++", "#C++", 0}, {".C", "#C++", 0}, {".cp", "#C++", 0}, {".c++", "#C++", 0}, {".C", "#C++", 0},
{".ii", "#C++", 0}, {".ii", "#C++", 0},
{".ads", "#Ada", 0}, {".adb", "#Ada", 0}, {".ada", "#Ada", 0}, {".ads", "#Ada", 0}, {".adb", "#Ada", 0},
{".f", "#Fortran", 0}, {".for", "#Fortran", 0}, {".fpp", "#Fortran", 0}, {".f", "#Fortran", 0}, {".for", "#Fortran", 0}, {".fpp", "#Fortran", 0},
{".F", "#Fortran", 0}, {".FOR", "#Fortran", 0}, {".FPP", "#Fortran", 0}, {".F", "#Fortran", 0}, {".FOR", "#Fortran", 0}, {".FPP", "#Fortran", 0},
{".r", "#Ratfor", 0}, {".r", "#Ratfor", 0},
......
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