Transform global variable really_exiting into static.

This commit is contained in:
Jonas Dourado
2014-12-23 01:18:09 -02:00
parent 4e28e1aeb6
commit a00c2e0ecb
2 changed files with 9 additions and 9 deletions

View File

@@ -606,9 +606,6 @@ EXTERN int exiting INIT(= FALSE);
/* TRUE when planning to exit Vim. Might
* still keep on running if there is a changed
* buffer. */
EXTERN int really_exiting INIT(= FALSE);
/* TRUE when we are sure to exit, e.g., after
* a deadly signal */
/* volatile because it is used in signal handler deathtrap(). */
EXTERN volatile int full_screen INIT(= FALSE);
/* TRUE when doing full-screen output