aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.c
diff options
context:
space:
mode:
authorJan Djärv2010-04-02 11:45:27 +0200
committerJan Djärv2010-04-02 11:45:27 +0200
commit7a5a264fc27bde6870f08ecc5d85eddc36fa0336 (patch)
tree54106d60bd5f2273821bb5e3fb73bebf31a5599e /src/w32term.c
parentd0b228766f1471ed104d2e038f63cd4627d79b57 (diff)
parent9cb52861f287cbad4608a5fceddae5bac1a90ba6 (diff)
downloademacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.tar.gz
emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.zip
Merge from trunk
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 4ed7beda233..7222e26efd2 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -228,10 +228,6 @@ static int input_signal_count;
228 228
229extern Lisp_Object Vcommand_line_args, Vsystem_name; 229extern Lisp_Object Vcommand_line_args, Vsystem_name;
230 230
231#ifndef USE_CRT_DLL
232extern int errno;
233#endif
234
235/* A mask of extra modifier bits to put into every keyboard char. */ 231/* A mask of extra modifier bits to put into every keyboard char. */
236extern EMACS_INT extra_keyboard_modifiers; 232extern EMACS_INT extra_keyboard_modifiers;
237 233