diff 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
line wrap: on
line diff
--- a/src/symtab.h	Sun Dec 13 22:32:47 2009 -0800
+++ b/src/symtab.h	Mon Dec 14 12:11:53 2009 +0100
@@ -1828,6 +1828,8 @@
       inst->curr_fcn = curr_fcn;
     }
 
+  static void cleanup (void);
+
 private:
 
   typedef std::map<std::string, symbol_record>::const_iterator table_const_iterator;