summaryrefslogtreecommitdiff
path: root/win32/config_H.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_H.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_H.gc')
-rw-r--r--win32/config_H.gc2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_H.gc b/win32/config_H.gc
index 012580f4a3..5a255b49d9 100644
--- a/win32/config_H.gc
+++ b/win32/config_H.gc
@@ -2308,7 +2308,7 @@
* Can we handle GCC builtin for telling that certain values are more
* likely
*/
-#define HAS_BUILTIN_EXPECT /**/
+/*#define HAS_BUILTIN_EXPECT / **/
/*#define HAS_BUILTIN_CHOOSE_EXPR / **/
/* HAS_C99_VARIADIC_MACROS: