#include <run_t.h>
Data Fields | |
intmap_t | vars |
Variables in this block. |
One block AR is created for each block that we enter. A variable declaration statement inserts the variable here. Upon exiting the block we pop from the stack, thus all the variables declared in that block are forgotten.
Definition at line 41 of file run_t.h.