diff options
author | Brooks Moses <bmoses@stanford.edu> | 2006-10-11 03:35:08 +0000 |
---|---|---|
committer | Brooks Moses <brooks@gcc.gnu.org> | 2006-10-10 20:35:08 -0700 |
commit | 8556236bec5ff11e25d881e11e9043c6c190b485 (patch) | |
tree | 0c480e6c153593e8f27acca26a6050032f1655d6 /gcc/fortran/invoke.texi | |
parent | 13869d712fc5e12c4579ef03d640777adb408786 (diff) | |
download | gcc-8556236bec5ff11e25d881e11e9043c6c190b485.zip gcc-8556236bec5ff11e25d881e11e9043c6c190b485.tar.gz gcc-8556236bec5ff11e25d881e11e9043c6c190b485.tar.bz2 |
invoke.texi, [...]: Corrected erronous dashes.
2006-10-10 Brooks Moses <bmoses@stanford.edu>
* invoke.texi, gfortran.texi: Corrected erronous dashes.
From-SVN: r117628
Diffstat (limited to 'gcc/fortran/invoke.texi')
-rw-r--r-- | gcc/fortran/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fortran/invoke.texi b/gcc/fortran/invoke.texi index 50d3c33..91ad3ca 100644 --- a/gcc/fortran/invoke.texi +++ b/gcc/fortran/invoke.texi @@ -695,7 +695,7 @@ functions that return type @code{COMPLEX} to return the values via an extra argument in the calling sequence that points to where to 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 +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 @option{-fsecond-underscore} option, unless @option{-fno-second-underscore} is explicitly requested. |