comparison src/symtab.h @ 9981:692ab4eaf965

clean up top-level variables when exiting Octave
author Jaroslav Hajek <highegg@gmail.com>
date Mon, 14 Dec 2009 12:11:53 +0100
parents 80432f0ee895
children e42b1bbd1052
comparison
equal deleted inserted replaced
9980:e352f8366b02 9981:692ab4eaf965
1826 // set_user_function (0, scope) first. 1826 // set_user_function (0, scope) first.
1827 assert (inst->curr_fcn == 0 || curr_fcn == 0); 1827 assert (inst->curr_fcn == 0 || curr_fcn == 0);
1828 inst->curr_fcn = curr_fcn; 1828 inst->curr_fcn = curr_fcn;
1829 } 1829 }
1830 1830
1831 static void cleanup (void);
1832
1831 private: 1833 private:
1832 1834
1833 typedef std::map<std::string, symbol_record>::const_iterator table_const_iterator; 1835 typedef std::map<std::string, symbol_record>::const_iterator table_const_iterator;
1834 typedef std::map<std::string, symbol_record>::iterator table_iterator; 1836 typedef std::map<std::string, symbol_record>::iterator table_iterator;
1835 1837