cvsuser 03/10/16 12:26:06
Modified: classes parrotobject.pmc
Log:
Fix typo that was making Parrot_instantiate_object segfault
Revision Changes Path
1.5 +2 -2 parrot/classes/parrotobject.pmc
Index: parrotobject.pmc
===================================================================
RCS file: /cvs/public/parrot/classes/parrotobject.pmc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -w -r1.4 -r1.5
--- parrotobject.pmc 15 Oct 2003 19:58:34 -0000 1.4
+++ parrotobject.pmc 16 Oct 2003 19:26:06 -0000 1.5
@@ -1,7 +1,7 @@
/* parrotobject.pmc
* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved.
* CVS Info
- * $Id: parrotobject.pmc,v 1.4 2003/10/15 19:58:34 dan Exp $
+ * $Id: parrotobject.pmc,v 1.5 2003/10/16 19:26:06 scog Exp $
* Overview:
* These are the vtable functions for the ParrotObject base class
* Data Structure and Algorithms:
@@ -29,7 +29,7 @@
*/
-pmclass ParrotObject needs_ext {
+pmclass ParrotObject need_ext {
INTVAL type() { /* pmc2c.pl doesn't like empty classes */
return SELF->vtable->base_type;