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: 37451
Status: resolved
Priority: 0/
Queue: Devel-PPPort

People
Owner: Nobody in particular
Requestors: gfuji [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: 3.14_01



Subject: Could you add PERLIO_FUNCS_DECL and PERLIO_FUNCS_CAST to ppport.h?
From v5.8.7 on, perliol.h has PERLIO_FUNCS_DECL and PERLIO_FUNCS_DECL macros. Could you add these macros to ppport.h ? #ifndef PERLIO_FUNCS_DECL #ifdef PERLIO_FUNCS_CONST #define PERLIO_FUNCS_DECL(funcs) const PerlIO_funcs funcs #define PERLIO_FUNCS_CAST(funcs) (PerlIO_funcs*)(funcs) #else #define PERLIO_FUNCS_DECL(funcs) PerlIO_funcs funcs #define PERLIO_FUNCS_CAST(funcs) (funcs) #endif #endif /* PERLIO_FUNCS_DECL */ -- Goro Fuji (GFUJI at CPAN.org)
I've added them in Devel::PPPort 3.14_01. Please let me know if that works for you, or otherwise feel free to reopen the ticket. :-) Marcus
Subject: Re: [rt.cpan.org #37451] Could you add PERLIO_FUNCS_DECL and PERLIO_FUNCS_CAST to ppport.h?
Date: Wed, 16 Jul 2008 13:17:18 +0900
To: bug-Devel-PPPort [...] rt.cpan.org
From: "Goro Fuji" <gfuji [...] cpan.org>
Hi, Marcus. My PerlIO::Util has got to use Devel::PPPort 3.14_01, and it works well. Thank you. Regards, -- Goro Fuji (藤 吾郎)