[svn:parrot] r39579 - trunk/src/pmc
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Tue Jun 16 00:18:46 UTC 2009
Author: jkeenan
Date: Tue Jun 16 00:18:45 2009
New Revision: 39579
URL: https://trac.parrot.org/parrot/changeset/39579
Log:
Insert a comment indented 4 characters to outfox t/codingstd/c_indent.t. This
is intended only as a temporary hack to get us past a release. Cf.:
https://trac.parrot.org/parrot/ticket/764.
Modified:
trunk/src/pmc/filehandle.pmc
Modified: trunk/src/pmc/filehandle.pmc
==============================================================================
--- trunk/src/pmc/filehandle.pmc Mon Jun 15 23:43:22 2009 (r39578)
+++ trunk/src/pmc/filehandle.pmc Tue Jun 16 00:18:45 2009 (r39579)
@@ -359,6 +359,7 @@
METHOD readline_interactive(STRING *prompt :optional, INTVAL got_prompt :opt_flag) {
STRING *string_result = NULL;
#ifdef PARROT_HAS_READLINE
+ /* 4-column indent to get c_indent.t to DTRT */
char * const r = readline(got_prompt ? prompt->strstart : NULL);
if (r) {
More information about the parrot-commits
mailing list