diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-23 11:37:27 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1993-03-23 11:37:27 -0800 |
commit | 21c3b86d55decc7dbdcff82704f45bc686ca42ff (patch) | |
tree | 015abbe2353a13c50ca35923fccc7899a9cf088e /gcc | |
parent | 40f32220fc621fb7fe877035dbe9e627b26d8f23 (diff) | |
download | gcc-21c3b86d55decc7dbdcff82704f45bc686ca42ff.zip gcc-21c3b86d55decc7dbdcff82704f45bc686ca42ff.tar.gz gcc-21c3b86d55decc7dbdcff82704f45bc686ca42ff.tar.bz2 |
Correct typo in comment from last change.
From-SVN: r3857
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/m68k/hp3bsd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/m68k/hp3bsd.h b/gcc/config/m68k/hp3bsd.h index 90a9c0f..8d76c63 100644 --- a/gcc/config/m68k/hp3bsd.h +++ b/gcc/config/m68k/hp3bsd.h @@ -38,7 +38,7 @@ doesn't support it. */ #define DBX_NO_XREFS -/ -* Don't default to pcc-struct-return, because gcc is the only compiler, and + +/* Don't default to pcc-struct-return, because gcc is the only compiler, and we want to retain compatibility with older gcc versions. */ #define DEFAULT_PCC_STRUCT_RETURN 0 |