Skip to content

Commit

Permalink
bump PARROT_REVISION, and change config_lib from .pasm to .pir
Browse files Browse the repository at this point in the history
This introduces a new test failure which is discussed at
http://trac.parrot.org/parrot/ticket/1560
  • Loading branch information
moritz committed Apr 19, 2010
1 parent 842d2b0 commit a8e70ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/PARROT_REVISION
@@ -1 +1 @@
45386
45796
2 changes: 1 addition & 1 deletion build/gen_parrot.pl
Expand Up @@ -71,7 +71,7 @@ =head2 DESCRIPTION

sub read_parrot_config {
my %config = ();
if (open my $CFG, "config_lib.pasm") {
if (open my $CFG, "config_lib.pir") {
while (<$CFG>) {
if (/P0\["(.*?)"], "(.*?)"/) { $config{$1} = $2 }
}
Expand Down

0 comments on commit a8e70ac

Please sign in to comment.