comparison 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
comparison
equal deleted inserted replaced
1138:b12322b4c0e8 1139:80973a849607
1637 1637
1638 DEFVAR ("split_long_rows", SBV_split_long_rows, "true", 0, 0, 1, 1638 DEFVAR ("split_long_rows", SBV_split_long_rows, "true", 0, 0, 1,
1639 split_long_rows, 1639 split_long_rows,
1640 "split long matrix rows instead of wrapping"); 1640 "split long matrix rows instead of wrapping");
1641 1641
1642 #ifdef USE_GNU_INFO
1642 DEFVAR ("suppress_verbose_help_message", 1643 DEFVAR ("suppress_verbose_help_message",
1643 SBV_suppress_verbose_help_message, "false", 0, 0, 1, 1644 SBV_suppress_verbose_help_message, "false", 0, 0, 1,
1644 suppress_verbose_help_message, 1645 suppress_verbose_help_message,
1645 "suppress printing of message pointing to additional help in the\n\ 1646 "suppress printing of message pointing to additional help in the\n\
1646 help and usage functions"); 1647 help and usage functions");
1648 #endif
1647 1649
1648 DEFVAR ("stdin", SBV_stdin, 0.0, 0, 1, 1, 0, 1650 DEFVAR ("stdin", SBV_stdin, 0.0, 0, 1, 1, 0,
1649 "file number of the standard input stream"); 1651 "file number of the standard input stream");
1650 1652
1651 DEFVAR ("stdout", SBV_stdout, 1.0, 0, 1, 1, 0, 1653 DEFVAR ("stdout", SBV_stdout, 1.0, 0, 1, 1, 0,