Mercurial > hg > octave-lyh
diff src/variables.cc @ 1923:1d4f67de06f4
[project @ 1996-02-11 20:20:30 by jwe]
author | jwe |
---|---|
date | Sun, 11 Feb 1996 20:23:27 +0000 |
parents | 8c6cea97eb80 |
children | fe65885a1269 |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1810,6 +1810,10 @@ "if a function does not return any values explicitly, return the\n\ last computed value"); + DEFVAR ("save_precision", SBV_save_precision, 15.0, 0, + set_save_precision, + "number of significant figures kept by the ASCII save command"); + DEFVAR ("saving_history", SBV_saving_history, 1.0, 0, saving_history, "save command history");