Mercurial > hg > octave-lyh
diff src/utils.cc @ 1957:0e6a0a271998
[project @ 1996-02-15 01:08:15 by jwe]
author | jwe |
---|---|
date | Thu, 15 Feb 1996 01:08:49 +0000 |
parents | e62277bf5fe0 |
children | a2e206524aa0 |
line wrap: on
line diff
--- a/src/utils.cc +++ b/src/utils.cc @@ -390,7 +390,7 @@ return make_absolute (p.find (name), the_current_working_directory); } -DEFUN ("file_in_path", Ffile_in_path, Sfile_in_path, 10, +DEFUN (file_in_path, args, , "file_in_path (PATH, NAME)") { Octave_object retval; @@ -530,8 +530,7 @@ return retval; } -DEFUN ("undo_string_escapes", Fundo_string_escapes, - Sundo_string_escapes, 10, +DEFUN (undo_string_escapes, args, , "undo_string_escapes (STRING)") { tree_constant retval;