# HG changeset patch # User jwe # Date 793768481 0 # Node ID 80973a84960795a37d286dd391eae4e78b6d60eb # Parent b12322b4c0e8d4d711b4c14b9e3553208cb519e3 [project @ 1995-02-26 03:14:41 by jwe] diff -r b12322b4c0e8 -r 80973a849607 src/variables.cc --- a/src/variables.cc Sun Feb 26 01:10:16 1995 +0000 +++ b/src/variables.cc Sun Feb 26 03:14:41 1995 +0000 @@ -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");