[svn:parrot] r38489 - trunk/lib/Parrot/Pmc2c/PMC

cotto at svn.parrot.org cotto at svn.parrot.org
Tue May 5 07:44:41 UTC 2009


Author: cotto
Date: Tue May  5 07:44:41 2009
New Revision: 38489
URL: https://trac.parrot.org/parrot/changeset/38489

Log:
[pmc2c] avoid a compiler warning by using an int as a PMC id

Modified:
   trunk/lib/Parrot/Pmc2c/PMC/default.pm

Modified: trunk/lib/Parrot/Pmc2c/PMC/default.pm
==============================================================================
--- trunk/lib/Parrot/Pmc2c/PMC/default.pm	Tue May  5 07:38:32 2009	(r38488)
+++ trunk/lib/Parrot/Pmc2c/PMC/default.pm	Tue May  5 07:44:41 2009	(r38489)
@@ -59,7 +59,7 @@
 
     my $cout = "";
 
-    my $vtable_decl = $self->vtable_decl("temp_vtable", '""');
+    my $vtable_decl = $self->vtable_decl("temp_vtable", 'enum_class_default');
 
     $cout .= <<"EOC";
 


More information about the parrot-commits mailing list