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 20:03:17 -0000 1.18 +++ vtable.tbl 10 Mar 2002 07:45:46 -0000 @@ -18,7 +18,7 @@ INTVAL type() STRING* name( ) -init( ) +init(INTVAL size) void clone(PMC* dest) void morph (INTVAL type) BOOLVAL move_to (void* destination)