diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2011-03-14 11:08:50 +0100 | 
|---|---|---|
| committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-06-15 14:00:23 +0200 | 
| commit | d1671548b968103f4df1b80659e60ae1fc5a67b3 (patch) | |
| tree | d130476e8cfb1ed6327f7d9f813050d822ac8618 | |
| parent | 13381d9c5bf997dfc1b1532ecea126e16d60d18b (diff) | |
tgmath.h: disable builtins
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
| -rw-r--r-- | include/tgmath.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tgmath.h b/include/tgmath.h index 94b3e01e6..036fef1a7 100644 --- a/include/tgmath.h +++ b/include/tgmath.h @@ -48,7 +48,7 @@  /* 1 if 'type' is a floating type, 0 if 'type' is an integer type.     Allows for _Bool.  Expands to an integer constant expression.  */ -# if __GNUC_PREREQ (3, 1) +# if 0 /* __GNUC_PREREQ (3, 1) */  #  define __floating_type(type) \    (__builtin_classify_type ((type) 0) == 8 \     || (__builtin_classify_type ((type) 0) == 9 \  | 
