This commit is contained in:
James McCoy
2017-01-02 07:18:18 -05:00
parent f7639e2490
commit af2b5abcd6
3 changed files with 9 additions and 8 deletions

View File

@@ -640,10 +640,10 @@ EXTERN int exiting INIT(= FALSE);
// true when in or after free_all_mem()
EXTERN bool entered_free_all_mem INIT(= false);
#endif
/* volatile because it is used in signal handler deathtrap(). */
EXTERN volatile int full_screen INIT(= FALSE);
/* TRUE when doing full-screen output
* otherwise only writing some messages */
// volatile because it is used in signal handler deathtrap().
EXTERN volatile int full_screen INIT(= false);
// TRUE when doing full-screen output
// otherwise only writing some messages
EXTERN int restricted INIT(= FALSE);
// TRUE when started in restricted mode (-Z)