[svn:parrot] r41683 - branches/pcc_reapply/src/call
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Oct 4 12:17:27 UTC 2009
Author: jkeenan
Date: Sun Oct 4 12:17:26 2009
New Revision: 41683
URL: https://trac.parrot.org/parrot/changeset/41683
Log:
Temporarily fix failure of file to pass c_parens coding standard.
Modified:
branches/pcc_reapply/src/call/args.c
Modified: branches/pcc_reapply/src/call/args.c
==============================================================================
--- branches/pcc_reapply/src/call/args.c Sun Oct 4 11:47:25 2009 (r41682)
+++ branches/pcc_reapply/src/call/args.c Sun Oct 4 12:17:26 2009 (r41683)
@@ -33,8 +33,8 @@
typedef STRING** (*string_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
typedef PMC** (*pmc_func_t) (PARROT_INTERP, void *arg_info, INTVAL index);
-typedef INTVAL (*intval_constant_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
-typedef FLOATVAL (*numval_constant_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
+typedef INTVAL (*intval_constant_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
+typedef FLOATVAL (*numval_constant_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
typedef STRING* (*string_constant_func_t)(PARROT_INTERP, void *arg_info, INTVAL index);
typedef PMC* (*pmc_constant_func_t) (PARROT_INTERP, void *arg_info, INTVAL index);
More information about the parrot-commits
mailing list