diff src/variables.cc @ 6072:4036e6fca790

[project @ 2006-10-24 01:00:12 by jwe]
author jwe
date Tue, 24 Oct 2006 01:00:13 +0000
parents c9f0839c583f
children 44c91c5dfe1d
line wrap: on
line diff
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -105,11 +105,9 @@
 }
 
 void
-delete_symbol_tables (void)
+clear_mex_functions (void)
 {
-  delete fbi_sym_tab;
-  delete global_sym_tab;
-  delete top_level_sym_tab;
+  fbi_sym_tab->clear_mex_functions ();
 }
 
 // Attributes of variables and functions.