Author: chromatic
Date: Tue Apr 10 23:25:56 2007
New Revision: 18132
Modified:
trunk/src/pmc/class.pmc
Log:
[PMC] Removed trailing spaces.
Modified: trunk/src/pmc/class.pmc
==============================================================================
--- trunk/src/pmc/class.pmc (original)
+++ trunk/src/pmc/class.pmc Tue Apr 10 23:25:56 2007
@@ -729,7 +729,7 @@
*/
PCCMETHOD void add_role(PMC* role,
- PMC* exclude_method :optional :named["exclude_method"],
+ PMC* exclude_method :optional :named["exclude_method"],
int got_exclude_method :opt_flag,
PMC* alias_method :optional :named["alias_method"],
int got_alias_method :opt_flag) {
@@ -755,7 +755,7 @@
}
/* Do the composition. */
- Parrot_ComposeRole(interp, role, exclude_method, got_exclude_method,
+ Parrot_ComposeRole(interp, role, exclude_method, got_exclude_method,
alias_method, got_alias_method,
class->methods, class->roles);
}