diff options
author | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-14 11:42:50 +0000 |
---|---|---|
committer | burley <burley@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-02-14 11:42:50 +0000 |
commit | 4894218b6ef9a220cff09347c3cd904d89a65184 (patch) | |
tree | 0d18e9e9530e254ddf96b6cc41f9d4ef828587ae /gcc/f/g77.1 | |
parent | 7900253dad857e6fbf8b443d9f1a1b42fb2f8fcf (diff) | |
download | gcc-4894218b6ef9a220cff09347c3cd904d89a65184.tar.gz |
Allow .FOR and .FPP suffixes for Fortran source files
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@25198 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/f/g77.1')
-rw-r--r-- | gcc/f/g77.1 | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/gcc/f/g77.1 b/gcc/f/g77.1 index d6a465b07ea..3f20af9fffd 100644 --- a/gcc/f/g77.1 +++ b/gcc/f/g77.1 @@ -1,7 +1,7 @@ .\" Copyright (c) 1995-1997 Free Software Foundation -*-Text-*- .\" See section COPYING for conditions for redistribution .\" FIXME: no info here on predefines. Should there be? extra for F77... -.TH G77 1 "1998-09-01" "GNU Tools" "GNU Tools" +.TH G77 1 "1999-02-14" "GNU Tools" "GNU Tools" .de BP .sp .ti \-.2i @@ -88,14 +88,18 @@ For complete documentation on GNU Fortran, type `\|\c F77 source files use the suffix `\|\c .B .f\c -\&\|' or `\|\c +\&\|', `\|\c .B .for\c +\&\|', or `\|\c +.B .FOR\c \&\|'; F77 files to be preprocessed by .BR cpp ( 1 ) use the suffix `\|\c .B .F\c -\&\|' or `\|\c +\&\|', `\|\c .B .fpp\c +\&\|', or `\|\c +.B .FPP\c \&\|'; Ratfor source files use the suffix `\|\c .B .r\c \&\|' (though @@ -250,10 +254,14 @@ file.f Fortran source file .br file.for Fortran source file .br +file.FOR Fortran source file +.br file.F preprocessed Fortran source file .br file.fpp preprocessed Fortran source file .br +file.FPP preprocessed Fortran source file +.br file.r Ratfor source file (ratfor not included) .br file.s assembly language file |