comparison src/toplev.h @ 1671:8da30a147e27

[project @ 1995-12-27 04:56:15 by jwe]
author jwe
date Wed, 27 Dec 1995 04:56:15 +0000
parents 6708c53892c1
children 59a3a2a83cb5
comparison
equal deleted inserted replaced
1670:6708c53892c1 1671:8da30a147e27
79 extern int no_line_editing; 79 extern int no_line_editing;
80 80
81 // If nonzero, print verbose info in some cases. 81 // If nonzero, print verbose info in some cases.
82 extern int verbose_flag; 82 extern int verbose_flag;
83 83
84 // Nonzero means we printed messages about reading startup files.
85 extern int reading_startup_message_printed;
86
84 // Command number, counting from the beginning of this session. 87 // Command number, counting from the beginning of this session.
85 extern int current_command_number; 88 extern int current_command_number;
86 89
87 // Nonzero means we are exiting via the builtin exit or quit functions. 90 // Nonzero means we are exiting via the builtin exit or quit functions.
88 extern int quitting_gracefully; 91 extern int quitting_gracefully;