diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-25 07:26:44 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-25 07:26:44 +0100 |
commit | 25aa856ac9c9022c11962fc7541ce53af30dda02 (patch) | |
tree | 99e085615f40b1cabbba13718327a17e845dcb95 /patches/patch-Source_WTF_wtf_MathExtras_h | |
parent | f1390931bd1fd03a994cf8eca19d52a5324af339 (diff) |
cvs churn2.4
Diffstat (limited to 'patches/patch-Source_WTF_wtf_MathExtras_h')
-rw-r--r-- | patches/patch-Source_WTF_wtf_MathExtras_h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/patch-Source_WTF_wtf_MathExtras_h b/patches/patch-Source_WTF_wtf_MathExtras_h index 107b235..4cdb2da 100644 --- a/patches/patch-Source_WTF_wtf_MathExtras_h +++ b/patches/patch-Source_WTF_wtf_MathExtras_h @@ -1,4 +1,4 @@ -$OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.1 2013/10/06 14:03:43 landry Exp $ +$OpenBSD: patch-Source_WTF_wtf_MathExtras_h,v 1.2 2014/03/25 06:25:45 landry Exp $ signbit & isfinite are defined in gcc's cmath for 4.6 & 4.8.. so partly revert https://bugs.webkit.org/show_bug.cgi?id=19975, make it conditional to older gcc https://bugs.webkit.org/show_bug.cgi?id=129927 |