* gcc.c (default_compilers): Remove .ada.
From-SVN: r46051
This commit is contained in:
parent
5b810d3c83
commit
7fb56130c4
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
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>
|
||||
|
||||
* doc/cppinternals.texi: Update.
|
||||
|
|
|
@ -781,7 +781,7 @@ static struct compiler default_compilers[] =
|
|||
{".cc", "#C++", 0}, {".cxx", "#C++", 0}, {".cpp", "#C++", 0},
|
||||
{".cp", "#C++", 0}, {".c++", "#C++", 0}, {".C", "#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},
|
||||
{".r", "#Ratfor", 0},
|
||||
|
|
Loading…
Add table
Reference in a new issue