Commit d135eeb2 by Uros Bizjak

encoding.c (DFmode): #undef before #define.

	* encoding.c (DFmode): #undef before #define.

From-SVN: r269429
parent 2713e5db
2019-03-06 Uroš Bizjak <ubizjak@gmail.com>
* encoding.c (DFmode): #undef before #define.
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
PR other/16615
* objc/runtime.h: Change "can not" to "cannot".
2019-01-09 Sandra Loosemore <sandra@codesourcery.com>
......
......@@ -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); \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment