diff options
Diffstat (limited to 'contrib/gcc/f/ffe.texi')
-rw-r--r-- | contrib/gcc/f/ffe.texi | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/contrib/gcc/f/ffe.texi b/contrib/gcc/f/ffe.texi index 9aa6a97..fd5d3bf 100644 --- a/contrib/gcc/f/ffe.texi +++ b/contrib/gcc/f/ffe.texi @@ -1,4 +1,4 @@ -@c Copyright (C) 1999 Free Software Foundation, Inc. +@c Copyright (C) 1999, 2003 Free Software Foundation, Inc. @c This is part of the G77 manual. @c For copying conditions, see the file g77.texi. @@ -37,22 +37,22 @@ need to take first. The current directory layout includes the following: @table @file -@item @value{srcdir}/gcc/ +@item @var{srcdir}/gcc/ Non-g77 files in gcc -@item @value{srcdir}/gcc/f/ +@item @var{srcdir}/gcc/f/ GNU Fortran front end sources -@item @value{srcdir}/libf2c/ +@item @var{srcdir}/libf2c/ @code{libg2c} configuration and @code{g2c.h} file generation -@item @value{srcdir}/libf2c/libF77/ +@item @var{srcdir}/libf2c/libF77/ General support and math portion of @code{libg2c} -@item @value{srcdir}/libf2c/libI77/ +@item @var{srcdir}/libf2c/libI77/ I/O portion of @code{libg2c} -@item @value{srcdir}/libf2c/libU77/ +@item @var{srcdir}/libf2c/libU77/ Additional interfaces to Unix @code{libc} for @code{libg2c} @end table @@ -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. |