[svn:parrot] r39635 - branches/cindent
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Wed Jun 17 23:41:39 UTC 2009
Author: jkeenan
Date: Wed Jun 17 23:41:38 2009
New Revision: 39635
URL: https://trac.parrot.org/parrot/changeset/39635
Log:
Add dummy copy file with smallest amount of content needed to fail current
version of c_indent.t.
Added:
branches/cindent/idealpmc.txt
- copied, changed from r39634, branches/cindent/workpmc.txt
Modified:
branches/cindent/MANIFEST
Modified: branches/cindent/MANIFEST
==============================================================================
--- branches/cindent/MANIFEST Wed Jun 17 23:40:02 2009 (r39634)
+++ branches/cindent/MANIFEST Wed Jun 17 23:41:38 2009 (r39635)
@@ -1,7 +1,7 @@
# ex: set ro:
# $Id$
#
-# generated by tools/dev/mk_manifest_and_skip.pl Sat Jun 13 06:12:21 2009 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Jun 17 23:40:51 2009 UT
#
# See below for documentation on the format of this file.
#
@@ -927,6 +927,7 @@
ext/SQLite3/gen_sqlite3.pl []
ext/SQLite3/t/test.p6 [test]
ext/SQLite3/test.pir []
+idealpmc.txt []
include/parrot/atomic.h [main]include
include/parrot/atomic/fallback.h [main]include
include/parrot/atomic/gcc_pcc.h [main]include
@@ -2154,6 +2155,7 @@
tools/util/release.json []
tools/util/templates.json []
tools/util/update_copyright.pl []
+workpmc.txt []
xconf/samples/testfoobar []
xconf/samples/yourfoobar []
# Local variables:
Copied and modified: branches/cindent/idealpmc.txt (from r39634, branches/cindent/workpmc.txt)
==============================================================================
--- branches/cindent/workpmc.txt Wed Jun 17 23:40:02 2009 (r39634, copy source)
+++ branches/cindent/idealpmc.txt Wed Jun 17 23:41:38 2009 (r39635)
@@ -39,7 +39,6 @@
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) {
@@ -61,6 +60,7 @@
}
} /* end pmclass */
+ /* 4-column indent to get c_indent.t to DTRT */
/*
* Local variables:
* c-file-style: "parrot"
More information about the parrot-commits
mailing list