Mercurial > hg > octave-nkf
comparison src/defaults.cc @ 6274:d42abdfcb8e9
[project @ 2007-02-07 07:22:02 by jwe]
author | jwe |
---|---|
date | Wed, 07 Feb 2007 07:22:03 +0000 |
parents | aa5df9ba98d5 |
children | d26c558691cd |
comparison
equal
deleted
inserted
replaced
6273:de81db175325 | 6274:d42abdfcb8e9 |
---|---|
94 static std::string VIMAGE_PATH; | 94 static std::string VIMAGE_PATH; |
95 | 95 |
96 std::string Vlocal_site_defaults_file; | 96 std::string Vlocal_site_defaults_file; |
97 std::string Vsite_defaults_file; | 97 std::string Vsite_defaults_file; |
98 | 98 |
99 static std::string | 99 std::string |
100 subst_octave_home (const std::string& s) | 100 subst_octave_home (const std::string& s) |
101 { | 101 { |
102 std::string retval; | 102 std::string retval; |
103 | 103 |
104 std::string prefix = OCTAVE_PREFIX; | 104 std::string prefix = OCTAVE_PREFIX; |