Skip to content

Commit

Permalink
Fix arguments to .lineof() call in PAST::Compiler.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.parrot.org/parrot/trunk@49711 d31e2699-5ff4-0310-a27c-f18f2fbe73fe
  • Loading branch information
pmichaud committed Oct 28, 2010
1 parent be7176f commit dc1199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compilers/pct/src/PAST/Compiler.pir
Expand Up @@ -2087,7 +2087,7 @@ attribute.
$S0 = files
sourceline = concat ' (', $S0
concat sourceline, ':'
$I0 = self.'lineof'(pos)
$I0 = self.'lineof'(source, pos)
inc $I0
$S0 = $I0
concat sourceline, $S0
Expand Down

0 comments on commit dc1199d

Please sign in to comment.