Skip to content

Commit

Permalink
code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Apr 4, 2014
1 parent 8186b8f commit 1ce4889
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/compiler/ast/literals.fy
Expand Up @@ -86,7 +86,8 @@ class Fancy AST {
class StackLocal : Node {
def initialize: @line
def set: g {
@local = g new_stack_local(); g set_stack_local(@local)
@local = g new_stack_local()
g set_stack_local(@local)
}
def bytecode: g {
pos(g)
Expand Down

0 comments on commit 1ce4889

Please sign in to comment.