diff src/symtab.h @ 8819:96d87674b818

also stash directory name for subfunctions
author John W. Eaton <jwe@octave.org>
date Fri, 20 Feb 2009 01:00:25 -0500
parents 7838271ee25c
children 8ed42c679af5
line wrap: on
line diff
--- a/src/symtab.h	Thu Feb 19 16:26:27 2009 -0500
+++ b/src/symtab.h	Fri Feb 20 01:00:25 2009 -0500
@@ -1788,6 +1788,9 @@
       symbol_table::scope_id_cache::free (scope);
   }
 
+  static void stash_dir_name_for_subfunctions (scope_id scope,
+					       const std::string& dir_name);
+
 private:
 
   typedef std::map<std::string, symbol_record>::const_iterator table_const_iterator;