Re: Embedding interface to PMCs
[email protected] (Nicholas Clark)
| Newsgroups | perl.perl6.internals,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Sep 11, 2003 at 09:30:29PM +0300, Vladimir Lipskiy wrote:
> to document the idea of Juergen Bommels to include the
>
> extern "C" {
>
I take it you meant the full game:
#ifdef __cplusplus
extern "C" {
#endif
> specification () in each header in pdd7_codingstd, no body had replied),
> but maybe Parrot isn't going to have support for C++ embedding applications.
It will. perl 5 does. Therefore the current situation is a bug.
Nicholas Clark