Mercurial > hg > octave-nkf
diff src/variables.cc @ 1139:80973a849607
[project @ 1995-02-26 03:14:41 by jwe]
author | jwe |
---|---|
date | Sun, 26 Feb 1995 03:14:41 +0000 |
parents | 46619c5ca048 |
children | 0326a802cd5c |
line wrap: on
line diff
--- a/src/variables.cc +++ b/src/variables.cc @@ -1639,11 +1639,13 @@ split_long_rows, "split long matrix rows instead of wrapping"); +#ifdef USE_GNU_INFO DEFVAR ("suppress_verbose_help_message", SBV_suppress_verbose_help_message, "false", 0, 0, 1, suppress_verbose_help_message, "suppress printing of message pointing to additional help in the\n\ help and usage functions"); +#endif DEFVAR ("stdin", SBV_stdin, 0.0, 0, 1, 1, 0, "file number of the standard input stream");