#include <stype_t.h>
Data Fields | |
intmap_t | vdecls |
Variable declarations in this block. |
One block VR is created for each block that we enter. A variable declaration statement inserts the variable declaration here. Upon leaving the block we pop from the stack, thus all the variable declarations from that block are forgotten.
Definition at line 39 of file stype_t.h.