Author: paultcochrane
Date: Sun Sep 30 14:27:31 2007
New Revision: 21683
Modified:
trunk/compilers/imcc/pbc.c
trunk/compilers/pge/PGE/pmc/codestring.pmc
Log:
[imcc, pge] Altered line length to conform with coding standards.
Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c (original)
+++ trunk/compilers/imcc/pbc.c Sun Sep 30 14:27:31 2007
@@ -1376,7 +1376,10 @@
/* now let the fun begin, actually emit code for one ins */
int
-e_pbc_emit(PARROT_INTERP, SHIM(void *param), NOTNULL(IMC_Unit *unit),
NOTNULL(const Instruction *ins))
+e_pbc_emit(PARROT_INTERP,
+ SHIM(void *param),
+ NOTNULL(IMC_Unit *unit),
+ NOTNULL(const Instruction *ins))
{
int op, i;
int ok = 0;
Modified: trunk/compilers/pge/PGE/pmc/codestring.pmc
==============================================================================
--- trunk/compilers/pge/PGE/pmc/codestring.pmc (original)
+++ trunk/compilers/pge/PGE/pmc/codestring.pmc Sun Sep 30 14:27:31 2007
@@ -132,7 +132,8 @@
int size = VTABLE_elements(interp, args);
repl = string_copy(interp, VTABLE_get_string_keyed_int(interp,
args, 0));
for ( i=1; i<size; i++ ) {
- repl = Parrot_sprintf_c(interp, "%Ss, %Ss", repl,
VTABLE_get_string_keyed_int(interp, args, i));
+ repl = Parrot_sprintf_c(interp, "%Ss, %Ss", repl,
+ VTABLE_get_string_keyed_int(interp, args, i));
}
}
/* %% */