Hi Florian,
On 2009-03-26, at 20:16:42 -0400, Florian Ragwitz via RT wrote:
Show quoted text> Thu Mar 26 20:16:40 2009: Request 44614 was acted upon.
> Transaction: Ticket created by FLORA
> Queue: Devel-PPPort
> Subject: Please support XSBODY
> Broken in: 3.17
> Severity: (no value)
> Owner: Nobody
> Requestors: rafl@debian.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=44614 >
>
>
> The core provides a XSBODY define as of 5.8.9 and 5.10.0. It's pretty
Are you sure? I can't seem to find anything close to XSBODY
in either maintperl or bleadperl.
Show quoted text> much the same as XS, except for c++ compilers it excludes the 'extern
> "C"', which is part of the XS macro.
Mmmh. My copy of blead has this chunk in XSUB.h:
# ifdef __cplusplus
# define XS(name) extern "C" XSPROTO(name)
# else
# define XS(name) XSPROTO(name)
# endif
Show quoted text> Please provide support for XSBODY on older perls.
So, do you actually want me to provide XSPROTO?
Marcus