From: Steve Hay Date: Wed, 10 Oct 2012 12:56:36 +0000 (+0100) Subject: Fix VC compilation of universal.c as C++ following commit 613875e219 X-Git-Tag: upstream/5.20.0~5181 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7a6ecb12de21933069838b75dfe0ea46da9df7f9;p=platform%2Fupstream%2Fperl.git Fix VC compilation of universal.c as C++ following commit 613875e219 --- diff --git a/universal.c b/universal.c index e717459..9f632ee 100644 --- a/universal.c +++ b/universal.c @@ -1415,7 +1415,7 @@ Perl_boot_core_UNIVERSAL(pTHX) { dVAR; static const char file[] = __FILE__; - struct xsub_details *xsub = details; + const struct xsub_details *xsub = details; const struct xsub_details *end = details + sizeof(details) / sizeof(details[0]);