projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e9f035
)
boot_Win32CORE needs to be XS_EXTERNAL() following commit ab1478f7146843f7.
author
Nicholas Clark
<nick@ccl4.org>
Mon, 22 Aug 2011 04:38:32 +0000
(06:38 +0200)
committer
Jan Dubois
<jand@activestate.com>
Mon, 22 Aug 2011 05:57:06 +0000
(22:57 -0700)
Win32CORE.c is shipped as a C file, not built by ExtUtils::ParseXS, so needs
to be manually updated to reflect the change of default in XSUB.h
ext/Win32CORE/Win32CORE.c
patch
|
blob
|
history
diff --git
a/ext/Win32CORE/Win32CORE.c
b/ext/Win32CORE/Win32CORE.c
index 9863b5b51a02fae18bd1b709569ed227b17fc582..fba6f555f01551e65ac4bff7c1018b88d9f30e58 100644
(file)
--- a/
ext/Win32CORE/Win32CORE.c
+++ b/
ext/Win32CORE/Win32CORE.c
@@
-61,7
+61,7
@@
FORWARD(Sleep)
#undef FORWARD
-XS(boot_Win32CORE)
+XS
_EXTERNAL
(boot_Win32CORE)
{
/* This function only exists because writemain.SH, lib/ExtUtils/Embed.pm
* and win32/buildext.pl will all generate references to it. The function