Mercurial > hg > octave-nkf
diff src/utils.cc @ 1488:89c587478067
[project @ 1995-09-26 22:49:48 by jwe]
author | jwe |
---|---|
date | Tue, 26 Sep 1995 22:49:48 +0000 |
parents | 3bb3848031a0 |
children | 9c1fca4bd859 |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -181,7 +181,7 @@ } DEFUN ("octave_tmp_file_name", Foctave_tmp_file_name, - Soctave_tmp_file_name, 0, 1, + Soctave_tmp_file_name, 10, "octave_tmp_file_name ()") { tree_constant retval; @@ -646,7 +646,7 @@ return retval; } -DEFUN ("file_in_path", Ffile_in_path, Sfile_in_path, 3, 1, +DEFUN ("file_in_path", Ffile_in_path, Sfile_in_path, 10, "file_in_path (PATH, NAME)") { Octave_object retval; @@ -790,7 +790,7 @@ } DEFUN ("undo_string_escapes", Fundo_string_escapes, - Sundo_string_escapes, 1, 1, + Sundo_string_escapes, 10, "undo_string_escapes (STRING)") { tree_constant retval;