Allow building with MSVC and Strawberry perl

Andrew Dunstan <andrew@dunslane.net>

Commit: 171c7fffaa4a3f2b000f980ecb33c2f7441a9a03
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2022-11-25T20:37:34Z
Releases: 12.14
Allow building with MSVC and Strawberry perl

Strawberry uses __builtin_expect which Visual C doesn't have. For this
case define it as a noop. Solution taken from vim sources.

Backpatch to all live branches

Files

PathChange+/−
src/pl/plperl/plperl.h modified +2 −0