Mercurial > hg > octave-lyh
changeset 2696:eb2ade3c6609
[project @ 1997-02-18 17:00:34 by jwe]
author | jwe |
---|---|
date | Tue, 18 Feb 1997 17:00:34 +0000 |
parents | 8721d278f2e9 |
children | 6243c37ae2c5 |
files | src/toplev.cc |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/toplev.cc +++ b/src/toplev.cc @@ -864,13 +864,11 @@ { octave_value retval; -#if defined (WITH_DYNAMIC_LINKING) -#if defined (WITH_DL) || defined (WITH_SHL) +#if defined (WITH_DYNAMIC_LINKING) && (defined (WITH_DL) || defined (WITH_SHL)) bool octave_supports_dynamic_linking = true; #else bool octave_supports_dynamic_linking = false; #endif -#endif Octave_map m;