Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Devel-PPPort CPAN distribution.

Report information
The Basics
Id: 44614
Status: resolved
Priority: 0/
Queue: Devel-PPPort

People
Owner: Nobody in particular
Requestors: rafl [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.17
Fixed in: (no value)



Subject: Please support XSBODY
The core provides a XSBODY define as of 5.8.9 and 5.10.0. It's pretty much the same as XS, except for c++ compilers it excludes the 'extern "C"', which is part of the XS macro. Please provide support for XSBODY on older perls.
Subject: Re: [rt.cpan.org #44614] Please support XSBODY
Date: Sat, 28 Mar 2009 16:04:59 +0100
To: bug-Devel-PPPort [...] rt.cpan.org
From: Marcus Holland-Moritz <mhx-perl [...] gmx.net>
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
Download signature.asc
application/pgp-signature 197b

Message body not shown because it is not plain text.

Subject: Re: [rt.cpan.org #44614] Please support XSBODY
Date: Sat, 28 Mar 2009 17:29:42 +0100
To: "mhx-perl [...] gmx.net via RT" <bug-Devel-PPPort [...] rt.cpan.org>
From: Florian Ragwitz <rafl [...] debian.org>
On Sat, Mar 28, 2009 at 11:05:28AM -0400, mhx-perl@gmx.net via RT wrote: Show quoted text
> 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 >
> > Please provide support for XSBODY on older perls.
> > So, do you actually want me to provide XSPROTO?
Uhm... yes, that. I wonder what I was on when I wrote this report. Sorry. -- BOFH excuse #337: the butane lighter causes the pincushioning
Download signature.asc
application/pgp-signature 189b

Message body not shown because it is not plain text.

Done in 3.18_01.