Vladimir Lipskiy <[EMAIL PROTECTED]> wrote:

> My compiler doesn't like the following:

> typedef struct Parrot_Interp *Parrot_Interp;

Weh sould do something like:

        s/struct Parrot_Interp\s*\*/Parrot_Interp/g

at feature-freeze time before the upcoming release, when no big patches
should be floating around.
For consistency the "Interp *" should also be changed.


> typename is a keyword in C++. This declaration

> INTVAL Parrot_get_datatype_enum(struct Parrot_Interp *, STRING *);

Done.

Thanks for your bug reports.

leo

Reply via email to