changeset 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 f1fbe4cdd75c
files src/variables.cc
diffstat 1 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/variables.cc	Fri Sep 15 06:03:17 1995 +0000
+++ b/src/variables.cc	Fri Sep 15 06:38:53 1995 +0000
@@ -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)");