Steve Fink <[EMAIL PROTECTED]> wrote:
> ... Is it still useful? If not, then go ahead
> and rip it out.
Its still useful for the reason you described. Its renamed now to
pobj_version.
leo
On Oct-27, Leopold Toetsch wrote:
> Arthur Bergman <[EMAIL PROTECTED]> wrote:
>
> > include/parrot/pobj.h:# define version obj.version
>
> Sorry for that :) We can AFAIK toss the version part of a PObj. Its
> almost unused and hardly needed. It could be renamed too inside parrot.
I'm the guilty
Arthur Bergman <[EMAIL PROTECTED]> wrote:
> For the time being I just did
> #define version version
And I have checked in s/version/pobj_version/g :)
> Arthur
leo
On Monday, October 27, 2003, at 02:10 pm, Leopold Toetsch wrote:
Arthur Bergman <[EMAIL PROTECTED]> wrote:
include/parrot/pobj.h:# define version obj.version
Sorry for that :) We can AFAIK toss the version part of a PObj. Its
almost unused and hardly needed. It could be renamed too inside parro
Arthur Bergman <[EMAIL PROTECTED]> wrote:
> include/parrot/pobj.h:# define version obj.version
Sorry for that :) We can AFAIK toss the version part of a PObj. Its
almost unused and hardly needed. It could be renamed too inside parrot.
It should be out of the way, if you "#define DISABLE_GC_DEBU
Hi,
Upgraded parrot today and ran into some snags with in my own
perl5lv.pmc that includes perl.h
The error was
/Users/sky/Documents/Projects/ponie/perl/proto.h:778: parse error
before '.' token
That line is
PERL_CALLCONV void Perl_utilize(pTHX_ int aver, I32 floor, OP* version,
OP* idop,