Mercurial > hg > octave-lyh
diff src/variables.cc @ 1407:9517c453c9ab
[project @ 1995-09-15 06:38:53 by jwe]
author | jwe |
---|---|
date | Fri, 15 Sep 1995 06:38:53 +0000 |
parents | 034a57daf076 |
children | 3a86d9f74dc9 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1576,6 +1576,12 @@ "default format for files created with save, may be one of\n\ \"binary\", \"text\", or \"mat-binary\""); + DEFVAR ("define_all_return_values", SBV_define_all_return_values, + "false", 0, 0, 1, define_all_return_values, + "control whether values returned from functions should have a\n\ +value even if one has not been explicitly assigned. See also\n\ +default_return_value"); + DEFVAR ("do_fortran_indexing", SBV_do_fortran_indexing, "false", 0, 0, 1, do_fortran_indexing, "allow single indices for matrices"); @@ -1607,12 +1613,6 @@ DEFVAR ("inf", SBV_inf, octave_Inf, 0, 1, 1, 0, "infinity"); - DEFVAR ("define_all_return_values", SBV_define_all_return_values, - "false", 0, 0, 1, define_all_return_values, - "control whether values returned from functions should have a\n\ -value even if one has not been explicitly assigned. See also\n\ -default_return_value"); - DEFVAR ("j", SBV_j, Complex (0.0, 1.0), 1, 1, 1, 0, "sqrt (-1)");