diff -r -u parrot-current/classes/perlnum.pmc parrot-andy/classes/perlnum.pmc
--- parrot-current/classes/perlnum.pmc Sun Nov 25 23:58:52 2001
+++ parrot-andy/classes/perlnum.pmc Wed Nov 28 11:23:43 2001
@@ -74,7 +74,7 @@
}
void set_integer (PMC* value) {
-// SELF->vtable = &(Parrot_base_vtables[enum_class_PerlInt]);
+ /* SELF->vtable = &(Parrot_base_vtables[enum_class_PerlInt]); */
SELF->cache.num_val = (FLOATVAL)value->vtable->get_integer(INTERP, value);
}
--
Andy Dougherty [EMAIL PROTECTED]
Dept. of Physics
Lafayette College, Easton PA 18042