* ffe.texi: Don't mention dead file proj.c.

From-SVN: r64919
This commit is contained in:
Steven Bosscher 2003-03-27 11:15:27 +00:00
parent 57eb75f2bb
commit 0bcaad20fc
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-03-27 Steven Bosscher <steven@gcc.gnu.org>
* ffe.texi: Don't mention dead file proj.c.
2003-03-26 Roger Sayle <roger@eyesopen.com>
PR fortran/9793

View File

@ -199,8 +199,7 @@ in @file{xyz.h} and implemented there (if it's a macro) or in @file{xyz.c}.
The ``porting'' files of note currently are:
@table @file
@item proj.c
@itemx proj.h
@item proj.h
This defines the ``language'' used by all the other source files,
the language being Standard C plus some useful things
like @code{ARRAY_SIZE} and such.