[svn:parrot] r37642 - trunk/tools/dev

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sun Mar 22 12:24:23 UTC 2009


Author: jkeenan
Date: Sun Mar 22 12:24:22 2009
New Revision: 37642
URL: https://trac.parrot.org/parrot/changeset/37642

Log:
Inclusion of patched version of file in previous commit was premature.  Reverting to r37201.

Modified:
   trunk/tools/dev/cc_flags.pl

Modified: trunk/tools/dev/cc_flags.pl
==============================================================================
--- trunk/tools/dev/cc_flags.pl	Sun Mar 22 12:19:38 2009	(r37641)
+++ trunk/tools/dev/cc_flags.pl	Sun Mar 22 12:24:22 2009	(r37642)
@@ -89,7 +89,7 @@
     }
 }
 
-my ($cfile) = grep /\.[cs]$/, @ARGV;
+my ($cfile) = grep /\.c$/, @ARGV;
 
 my ( $inject_point, $where );
 


More information about the parrot-commits mailing list