diff options
author | Richard Stallman <rms@gnu.org> | 1992-07-30 04:54:52 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-07-30 04:54:52 +0000 |
commit | ae545650e383308e41de3eb544cc6a061f72f14f (patch) | |
tree | 3d0b3fdb6f7fd8316aa21a13b3462c99369293cd /gcc | |
parent | 66c377f0bcbef7f6262b7c8a42c5c45b7cc9dbdf (diff) | |
download | gcc-ae545650e383308e41de3eb544cc6a061f72f14f.zip gcc-ae545650e383308e41de3eb544cc6a061f72f14f.tar.gz gcc-ae545650e383308e41de3eb544cc6a061f72f14f.tar.bz2 |
(USE_CONST_SECTION): #undef before defining.
From-SVN: r1719
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/i860/sysv3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/i860/sysv3.h b/gcc/config/i860/sysv3.h index f1ed4df..00a66a9 100644 --- a/gcc/config/i860/sysv3.h +++ b/gcc/config/i860/sysv3.h @@ -159,4 +159,5 @@ tdesc_section () \ } /* Enable the `const' section that svr3.h defines how to use. */ +#undef USE_CONST_SECTION #define USE_CONST_SECTION 1 |