Simplified execute_in_frame() (2/2).
commit3e9d12134ca34555c9e38d16ee18c5c49c254d99
authorAngel Ortega <angel@venexma.es>
Fri, 5 Oct 2007 08:31:32 +0000 (5 10:31 +0200)
committerAngel Ortega <angel@venexma.es>
Fri, 5 Oct 2007 08:31:32 +0000 (5 10:31 +0200)
treefbdd3b23bf915cad216bf34f4769141f62983979
parent5828b27a54c0a376d0a957531b1a56c882e745f9
Simplified execute_in_frame() (2/2).

As the only difference between subroutine and block
frames is the creation of a new local symbol table,
delete execute_in_frame() entirely and move everything
to O_blkframe(). O_subframe() just calls O_blkframe()
with a null local symbol table.
mpsl_c.c