[svn:parrot] r43140 - trunk/t/codingstd

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Dec 18 02:44:05 UTC 2009


Author: jkeenan
Date: Fri Dec 18 02:44:04 2009
New Revision: 43140
URL: https://trac.parrot.org/parrot/changeset/43140

Log:
Eliminate a contraction that was screwing up syntax highlighting.

Modified:
   trunk/t/codingstd/c_function_docs.t

Modified: trunk/t/codingstd/c_function_docs.t
==============================================================================
--- trunk/t/codingstd/c_function_docs.t	Fri Dec 18 01:55:54 2009	(r43139)
+++ trunk/t/codingstd/c_function_docs.t	Fri Dec 18 02:44:04 2009	(r43140)
@@ -33,7 +33,7 @@
 my $DIST = Parrot::Distribution->new;
 my $headerizer = Parrot::Headerizer->new;
 
-# can't handle .ops or .pmc files yet
+# can not handle .ops or .pmc files yet
 my @files = grep {/\.(c|h)$/ } @ARGV ? @ARGV :
     map {s/^$PConfig{build_dir}\///; $_} map {s/\\/\//g; $_} map {$_->path} $DIST->get_c_language_files();
 


More information about the parrot-commits mailing list