Skip to content

Commit

Permalink
Fix eval crash when eval is used inside a class.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnthn committed Mar 20, 2009
1 parent 44e1496 commit 977b948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/builtins/control.pir
Expand Up @@ -314,6 +314,7 @@ on error.
lex_loop:
if null sub goto lex_loop_end
$P0 = sub.'get_lexinfo'()
if null $P0 goto symbols_loop_end
$P0 = inspect $P0, 'symbols'
$P0 = iter $P0
symbols_loop:
Expand Down

0 comments on commit 977b948

Please sign in to comment.