summaryrefslogtreecommitdiff
path: root/win32/config.gc
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2019-04-24 12:22:35 +0100
committerDavid Mitchell <davem@iabyn.com>2019-04-24 12:22:35 +0100
commitabd494f123f7d413dd85748f8b52e08508476fee (patch)
tree19f6904a0a1a3c74fa05dccd5036edd1e7ebeb45 /win32/config.gc
parenta19348e73ed5eba787edfbc7ae2e9b4db947ee64 (diff)
downloadperl-abd494f123f7d413dd85748f8b52e08508476fee.tar.gz
Revert "win32: define HAS_BUILTIN_EXPECT on MinGW"
This reverts commit 69aa5ebd1f8de0b4ea51faeba005dbcb734e0bef. RT #13360 This patch was tickling a bug in the compiler on that platform, the details of which have not yet been diagnosed. Since the original commit was just a minor optimisation, its been agreed to revert for now.
Diffstat (limited to 'win32/config.gc')
-rw-r--r--win32/config.gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.gc b/win32/config.gc
index 5928d8beb1..ce9a6b9ad7 100644
--- a/win32/config.gc
+++ b/win32/config.gc
@@ -117,7 +117,7 @@ d_bsdgetpgrp='undef'
d_bsdsetpgrp='undef'
d_builtin_add_overflow='undef'
d_builtin_choose_expr='undef'
-d_builtin_expect='define'
+d_builtin_expect='undef'
d_builtin_mul_overflow='undef'
d_builtin_sub_overflow='undef'
d_c99_variadic_macros='undef'