From 49def21fea4161baf3d33c0b6b52b8635ded2c62 Mon Sep 17 00:00:00 2001
From: Peter S. Mazinger <ps.m@gmx.net>
Date: Mon, 14 Mar 2011 11:08:50 +0100
Subject: [PATCH 045/396] tgmath.h: disable builtins

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
---
 include/tgmath.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/tgmath.h b/include/tgmath.h
index 94b3e01..036fef1 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 \
-- 
1.7.0.4

