[svn:parrot] r43592 - trunk/src/pmc

chromatic at svn.parrot.org chromatic at svn.parrot.org
Tue Jan 26 00:46:49 UTC 2010


Author: chromatic
Date: Tue Jan 26 00:46:48 2010
New Revision: 43592
URL: https://trac.parrot.org/parrot/changeset/43592

Log:
[PMC] Removed spurious trailing semicolon from OrderedHash (Andy Dougherty,
TT #1417).

Modified:
   trunk/src/pmc/orderedhash.pmc

Modified: trunk/src/pmc/orderedhash.pmc
==============================================================================
--- trunk/src/pmc/orderedhash.pmc	Mon Jan 25 23:50:36 2010	(r43591)
+++ trunk/src/pmc/orderedhash.pmc	Tue Jan 26 00:46:48 2010	(r43592)
@@ -86,7 +86,7 @@
     VTABLE_set_pmc_keyed_int(interp, ret, ORDERED_HASH_ITEM_KEY, key);
     VTABLE_set_pmc_keyed_int(interp, ret, ORDERED_HASH_ITEM_VALUE, value);
     return ret;
-};
+}
 
 /* Get list_item by index */
 static PMC*


More information about the parrot-commits mailing list