Mercurial > hg > octave-nkf
changeset 3609:c5ba3c9d83c5
[project @ 2000-03-16 23:57:55 by jwe]
author | jwe |
---|---|
date | Thu, 16 Mar 2000 23:57:55 +0000 |
parents | ccfafa1d8510 |
children | 1222153daafb |
files | liboctave/oct-shlib.cc |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/liboctave/oct-shlib.cc +++ b/liboctave/oct-shlib.cc @@ -316,7 +316,7 @@ void close (octave_shlib::close_hook cl_hook = 0); - bool is_open (void) const { return { library != 0); } + bool is_open (void) const { return (library != 0); } private: @@ -369,7 +369,7 @@ if (is_open ()) { - std::string s ym_name = name; + std::string sym_name = name; if (mangler) sym_name = mangler (name);