Mercurial > hg > octave-lyh
diff src/help.cc @ 1358:dc9c01f66a19
[project @ 1995-09-05 21:10:01 by jwe]
author | jwe |
---|---|
date | Tue, 05 Sep 1995 21:12:04 +0000 |
parents | 19c10b8657d5 |
children | cd6c9be7337c |
line wrap: on
line diff
--- a/src/help.cc +++ b/src/help.cc @@ -461,7 +461,8 @@ } \ while (0) -// XXX FIXME XXX -- is this distinction needed? + // XXX FIXME XXX -- is this distinction needed? + LIST_SYMBOLS (symbol_def::TEXT_FUNCTION, "text functions (these names are also reserved)"); @@ -471,10 +472,10 @@ LIST_SYMBOLS (symbol_def::BUILTIN_VARIABLE, "builtin variables"); -// Also need to list variables and currently compiled functions from -// the symbol table, if there are any. + // Also need to list variables and currently compiled functions from + // the symbol table, if there are any. -// Also need to search octave_path for script files. + // Also need to search octave_path for script files. char *path_elt = kpse_path_element (user_pref.loadpath); @@ -728,7 +729,8 @@ if (argc > 1) { -// XXX FIXME XXX -- we should really use getopt () + // XXX FIXME XXX -- we should really use getopt () + int quiet = 0; if (argv[1] && strcmp (argv[1], "-q") == 0) { @@ -772,7 +774,8 @@ defn->print_code (output_buf); } -// XXX FIXME XXX -- this code should be shared with Fwhich + // XXX FIXME XXX -- this code should be shared with + // Fwhich. else if (sym_rec->is_text_function ()) output_buf << *argv << " is a builtin text-function\n";