Commit d135eeb2 by Uros Bizjak

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

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

From-SVN: r269429
parent 2713e5db
...@@ -81,6 +81,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see ...@@ -81,6 +81,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
#define DECL_MODE(TYPE) *(TYPE) #define DECL_MODE(TYPE) *(TYPE)
#define TYPE_MODE(TYPE) *(TYPE) #define TYPE_MODE(TYPE) *(TYPE)
#undef DFmode
#define DFmode _C_DBL #define DFmode _C_DBL
#define strip_array_types(TYPE) ({const char *_field = (TYPE); \ #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