Mercurial > hg > octave-thorsten
diff src/toplev.cc @ 2696:eb2ade3c6609
[project @ 1997-02-18 17:00:34 by jwe]
author | jwe |
---|---|
date | Tue, 18 Feb 1997 17:00:34 +0000 |
parents | f4d0604cbcc4 |
children | 18395aaeafb7 |
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;