diff options
author | Richard Stallman <rms@gnu.org> | 1993-11-09 05:01:21 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-11-09 05:01:21 +0000 |
commit | 10fc9fb91586c51f3146a60c7dfdab8471c7ec24 (patch) | |
tree | 8239838320c30a746cc421fffece50c2ad778075 /gcc | |
parent | 6355b14013e3644b4f857e99a0426f08abace808 (diff) | |
download | gcc-10fc9fb91586c51f3146a60c7dfdab8471c7ec24.zip gcc-10fc9fb91586c51f3146a60c7dfdab8471c7ec24.tar.gz gcc-10fc9fb91586c51f3146a60c7dfdab8471c7ec24.tar.bz2 |
(SIZE_TYPE): #undef it.
From-SVN: r6042
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/paragon.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/i860/paragon.h b/gcc/config/i860/paragon.h index 1159251..8d33efd 100644 --- a/gcc/config/i860/paragon.h +++ b/gcc/config/i860/paragon.h @@ -66,6 +66,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #define LIB_SPEC "%{mnoieee:-L/usr/lib/noieee} -L/usr/lib %{mnx:-lnx -lmach} -lc -lic" #endif /* HAVE_DASH_G */ +/* Get rid of definition from svr3.h. */ +#undef SIZE_TYPE #undef I860_REG_PREFIX |