X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/0dc9ee4adad0b566c32036a4c201a1de882ac65b..0e963201d03d9229bb8ac4323291d2b0119526ed:/src/termopts.h diff --git a/src/termopts.h b/src/termopts.h index 05fa0a52ee..7cffa16d61 100644 --- a/src/termopts.h +++ b/src/termopts.h @@ -1,5 +1,6 @@ /* Flags and parameters describing user options for handling the terminal. - Copyright (C) 1985-1986, 1990, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1985-1986, 1990, 2001-2016 Free Software Foundation, + Inc. This file is part of GNU Emacs. @@ -16,9 +17,13 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . */ +#ifndef EMACS_TERMOPTS_H +#define EMACS_TERMOPTS_H /* Nonzero means use interrupt-driven input. */ extern bool interrupt_input; /* Nonzero while interrupts are temporarily deferred during redisplay. */ extern bool interrupts_deferred; + +#endif /* EMACS_TERMOPTS_H */