Re: #define version obj.version is a kind of generic thing

2003-10-28 Thread Leopold Toetsch
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

Re: #define version obj.version is a kind of generic thing

2003-10-27 Thread Steve Fink
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

Re: #define version obj.version is a kind of generic thing

2003-10-27 Thread Leopold Toetsch
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

Re: #define version obj.version is a kind of generic thing

2003-10-27 Thread Arthur Bergman
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

Re: #define version obj.version is a kind of generic thing

2003-10-27 Thread Leopold Toetsch
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

#define version obj.version is a kind of generic thing

2003-10-27 Thread Arthur Bergman
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,