diff options
| author | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 22:12:04 +0000 | 
|---|---|---|
| committer | tobi <tobi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-05-10 22:12:04 +0000 | 
| commit | e0072cca2942d9f1d00f201b2d24954345ecd411 (patch) | |
| tree | d80ae802f57b7d0f0c3e7d0ff7edb42055e67fb6 | |
| parent | bdaed7d2d9578b85a8480067e9b6ea59fd39bab3 (diff) | |
| download | ppe42-gcc-e0072cca2942d9f1d00f201b2d24954345ecd411.tar.gz ppe42-gcc-e0072cca2942d9f1d00f201b2d24954345ecd411.zip  | |
Fix previous buggy checkin to invoke.texi.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@99545 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/fortran/invoke.texi | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 5385bbae876..996556fb5bc 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -537,8 +537,8 @@ store the return value.  Under the default GNU calling conventions, such  functions simply return their results as they would in GNU  C -- default @code{REAL} functions return the C type @code{float}, and  @code{COMPLEX} functions return the GNU C type @code{complex}. -Additionally, this option implies the @options{-fsecond-underscore} -option, unless @options{-fno-second-underscore} is explicitly requested. +Additionally, this option implies the @option{-fsecond-underscore} +option, unless @option{-fno-second-underscore} is explicitly requested.  This does not affect the generation of code that interfaces with  the @command{libgfortran} library.  | 

