diff options
author | Michael Meissner <meissner@gcc.gnu.org> | 1992-09-28 19:53:47 +0000 |
---|---|---|
committer | Michael Meissner <meissner@gcc.gnu.org> | 1992-09-28 19:53:47 +0000 |
commit | b711cbccabc17d3b163099109047083365452a1b (patch) | |
tree | 1f897f164c56104ab6f44578aeaeb67cf9feda14 /gcc | |
parent | c15886da53a8ea8ca2a54b490cbdf94249fbd150 (diff) | |
download | gcc-b711cbccabc17d3b163099109047083365452a1b.zip gcc-b711cbccabc17d3b163099109047083365452a1b.tar.gz gcc-b711cbccabc17d3b163099109047083365452a1b.tar.bz2 |
Fix typo.
From-SVN: r2270
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/dec-osf1.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/dec-osf1.h b/gcc/config/mips/dec-osf1.h index fb48ce6..ba0a24d 100644 --- a/gcc/config/mips/dec-osf1.h +++ b/gcc/config/mips/dec-osf1.h @@ -28,7 +28,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{EL} %{!EL: -EL} \ %{EB: %e-EB not supported} \ %{mips1} %{mips2} %{mips3} %{bestGnum} \ - %{shared} %{non_shared} %{!shared: %!{non_shared: -non_shared}}}" + %{shared} %{non_shared} %{!shared: %{!non_shared: -non_shared}}}" #include "decstatn.h" |