[svn:parrot] r44873 - trunk/src/ops
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Thu Mar 11 09:44:52 UTC 2010
Author: mikehh
Date: Thu Mar 11 09:44:52 2010
New Revision: 44873
URL: https://trac.parrot.org/parrot/changeset/44873
Log:
fix codetest failure - space before closing parenthesis
Modified:
trunk/src/ops/experimental.ops
Modified: trunk/src/ops/experimental.ops
==============================================================================
--- trunk/src/ops/experimental.ops Thu Mar 11 09:43:18 2010 (r44872)
+++ trunk/src/ops/experimental.ops Thu Mar 11 09:44:52 2010 (r44873)
@@ -288,7 +288,7 @@
}
/* if it's a core PMC */
- else if (type > enum_class_default )
+ else if (type > enum_class_default)
$1 = Parrot_pmc_new_init_int(interp, type, $3);
/* it's a typo */
@@ -302,7 +302,7 @@
=head1 COPYRIGHT
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
=head1 LICENSE
More information about the parrot-commits
mailing list