diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2019-03-06 16:49:13 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2019-03-06 16:49:13 +0100 |
commit | d135eeb21daa79f0abf5df4dd91ab100a32e562d (patch) | |
tree | b1ca637d8d676aed8a17009ce210d4f51a66fb1f /libobjc/encoding.c | |
parent | 2713e5db399787c5937856c503a924470ec372b8 (diff) | |
download | gcc-d135eeb21daa79f0abf5df4dd91ab100a32e562d.zip gcc-d135eeb21daa79f0abf5df4dd91ab100a32e562d.tar.gz gcc-d135eeb21daa79f0abf5df4dd91ab100a32e562d.tar.bz2 |
encoding.c (DFmode): #undef before #define.
* encoding.c (DFmode): #undef before #define.
From-SVN: r269429
Diffstat (limited to 'libobjc/encoding.c')
-rw-r--r-- | libobjc/encoding.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libobjc/encoding.c b/libobjc/encoding.c index adac546..ef34fc8 100644 --- a/libobjc/encoding.c +++ b/libobjc/encoding.c @@ -81,6 +81,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #define DECL_MODE(TYPE) *(TYPE) #define TYPE_MODE(TYPE) *(TYPE) +#undef DFmode #define DFmode _C_DBL #define strip_array_types(TYPE) ({const char *_field = (TYPE); \ |