Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
s/emit/append_format/
  • Loading branch information
fperrad committed May 13, 2010
1 parent d7b16d1 commit 0d616ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lua51.pir
Expand Up @@ -225,7 +225,7 @@ used in F<languages/lua/src/POSTGrammar.tg>
if $S0 == '' goto L1
.local pmc code
code = find_caller_lex '$CODE'
code.'emit'($S0)
code.'append_format'($S0)
L1:
.tailcall self.'pir_children'(node)
.end
Expand Down

0 comments on commit 0d616ca

Please sign in to comment.