[svn:parrot] r39376 - branches/pmc_pct/compilers/pmcc/src

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Jun 4 02:08:49 UTC 2009


Author: cotto
Date: Thu Jun  4 02:08:48 2009
New Revision: 39376
URL: https://trac.parrot.org/parrot/changeset/39376

Log:
[pmcc] minor wording fix (VTABLE method -> VTABLE function)

Modified:
   branches/pmc_pct/compilers/pmcc/src/nodes.pir

Modified: branches/pmc_pct/compilers/pmcc/src/nodes.pir
==============================================================================
--- branches/pmc_pct/compilers/pmcc/src/nodes.pir	Thu Jun  4 02:05:33 2009	(r39375)
+++ branches/pmc_pct/compilers/pmcc/src/nodes.pir	Thu Jun  4 02:08:48 2009	(r39376)
@@ -244,7 +244,7 @@
     $P0 = self.'attr'('vtables', 0, 0)
     $I0 = exists $P0[name]
     unless $I0 goto add_method
-    $S0 = concat "Duplicate VTABLE method: ", name
+    $S0 = concat "Duplicate VTABLE function: ", name
     die $S0
   add_method:
     $P0[name] = method


More information about the parrot-commits mailing list