[svn:parrot] r43621 - trunk/lib/Parrot
cotto at svn.parrot.org
cotto at svn.parrot.org
Wed Jan 27 04:22:15 UTC 2010
Author: cotto
Date: Wed Jan 27 04:22:14 2010
New Revision: 43621
URL: https://trac.parrot.org/parrot/changeset/43621
Log:
[h2inc] revert an earlier failed attempt to fix the win32 build
Modified:
trunk/lib/Parrot/H2inc.pm
Modified: trunk/lib/Parrot/H2inc.pm
==============================================================================
--- trunk/lib/Parrot/H2inc.pm Wed Jan 27 04:17:42 2010 (r43620)
+++ trunk/lib/Parrot/H2inc.pm Wed Jan 27 04:22:14 2010 (r43621)
@@ -60,7 +60,7 @@
$cur and die "Missing '&end_gen' in $in_file\n";
my $file;
foreach (split ' ', $2) {
- $file = $_ if $out_file =~ /$_$/i;
+ $file = $_ if $out_file =~ /$_$/;
}
$cur = {
type => $1,
More information about the parrot-commits
mailing list