Skip to content

Commit

Permalink
[builtins/Signature] Use ObjectRef instead of Perl6Scalar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kodi Arfer authored and Kodi Arfer committed Sep 19, 2010
1 parent c2e050b commit d4b72da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/builtins/Signature.pir
Expand Up @@ -281,7 +281,7 @@ PIR
concat pir, ' $P'
$S1 = i
concat pir, $S1
concat pir, " = new ['Perl6Scalar']\n .lex '"
concat pir, " = new ['ObjectRef']\n .lex '"
concat pir, $S0
concat pir, "', $P"
concat pir, $S1
Expand Down

0 comments on commit d4b72da

Please sign in to comment.