comparison src/load-path.cc @ 6625:5d02dfacfc9e

[project @ 2007-05-16 08:49:47 by dbateman]
author dbateman
date Wed, 16 May 2007 08:49:48 +0000
parents ccdb8ffbb994
children af16354ea09c
comparison
equal deleted inserted replaced
6624:0d69a50fc5a9 6625:5d02dfacfc9e
47 load_path::hook_function_ptr load_path::add_hook = execute_pkg_add; 47 load_path::hook_function_ptr load_path::add_hook = execute_pkg_add;
48 load_path::hook_function_ptr load_path::remove_hook = execute_pkg_del; 48 load_path::hook_function_ptr load_path::remove_hook = execute_pkg_del;
49 std::string load_path::command_line_path; 49 std::string load_path::command_line_path;
50 50
51 static std::string Vsystem_path; 51 static std::string Vsystem_path;
52
53 std::string
54 octave_system_path (void)
55 {
56 return Vsystem_path;
57 }
52 58
53 void 59 void
54 load_path::dir_info::update (void) 60 load_path::dir_info::update (void)
55 { 61 {
56 if (is_relative) 62 if (is_relative)