Mercurial > hg > octave-lyh
diff src/variables.cc @ 1384:083787534e18
[project @ 1995-09-13 08:25:37 by jwe]
author | jwe |
---|---|
date | Wed, 13 Sep 1995 08:32:00 +0000 |
parents | ed5757e3333b |
children | 034a57daf076 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1508,10 +1508,8 @@ DEFVAR ("J", SBV_J, Complex (0.0, 1.0), 0, 1, 1, 0, "sqrt (-1)"); - #if defined (HAVE_ISNAN) DEFVAR ("NaN", SBV_NaN, octave_NaN, 0, 1, 1, 0, "not a number"); - #endif DEFVAR ("LOADPATH", SBV_LOADPATH, load_path, 0, 0, 1, sv_loadpath, "colon separated list of directories to search for scripts"); @@ -1609,10 +1607,8 @@ DEFVAR ("j", SBV_j, Complex (0.0, 1.0), 1, 1, 1, 0, "sqrt (-1)"); - #if defined (HAVE_ISNAN) DEFVAR ("nan", SBV_nan, octave_NaN, 0, 1, 1, 0, "not a number"); - #endif DEFVAR ("ok_to_lose_imaginary_part", SBV_ok_to_lose_imaginary_part, "warn", 0, 0, 1, ok_to_lose_imaginary_part,