At 11:12 PM -0500 3/17/02, Bryan C. Warnock wrote:
>On Sunday 10 March 2002 01:32, Melvin Smith wrote:
>> I think it would be useful to add an init method for PMCs which takes
>> a size argument constructor since there will be times when
>> a language implementor wants to created a sized type.
On Sunday 10 March 2002 01:32, Melvin Smith wrote:
> I think it would be useful to add an init method for PMCs which takes
> a size argument constructor since there will be times when
> a language implementor wants to created a sized type.
>
> Right now init takes no arguments.
>
> It will defin
Made a little boo-boo.
Need to patch vtable.tbl rather than vtable.h
Follows..
-Melvin
Index: vtable.tbl
===
RCS file: /cvs/public/parrot/vtable.tbl,v
retrieving revision 1.18
diff -u -r1.18 vtable.tbl
--- vtable.tbl 11 Feb 2002
I think it would be useful to add an init method for PMCs which takes
a size argument constructor since there will be times when
a language implementor wants to created a sized type.
Right now init takes no arguments.
It will definitely be important for C style languages where most things
are st