This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b75e117
)
Fix VC compilation of universal.c as C++ following commit 613875e219
author
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 12:56:36 +0000
(13:56 +0100)
committer
Steve Hay
<steve.m.hay@googlemail.com>
Wed, 10 Oct 2012 12:56:36 +0000
(13:56 +0100)
universal.c
patch
|
blob
|
blame
|
history
diff --git
a/universal.c
b/universal.c
index
e717459
..
9f632ee
100644
(file)
--- 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]);