diff -r b0ef6711f2a8 -r eb9aad0c3627 util/symtable.hh --- a/util/symtable.hh Wed Oct 24 00:06:55 2012 +0200 +++ b/util/symtable.hh Wed Nov 07 10:03:54 2012 +0000 @@ -77,11 +77,12 @@ private: /* pointer to symbol table of the next inner scope */ symtable_c *inner_scope; - void reset(void); /* clear all entries... */ public: symtable_c(void); + void reset(void); /* clear all entries... */ + void push(void); /* create new inner scope */ int pop(void); /* clear most inner scope */