diff options
| author | Jan Djärv | 2010-04-02 11:45:27 +0200 |
|---|---|---|
| committer | Jan Djärv | 2010-04-02 11:45:27 +0200 |
| commit | 7a5a264fc27bde6870f08ecc5d85eddc36fa0336 (patch) | |
| tree | 54106d60bd5f2273821bb5e3fb73bebf31a5599e /src/w32term.c | |
| parent | d0b228766f1471ed104d2e038f63cd4627d79b57 (diff) | |
| parent | 9cb52861f287cbad4608a5fceddae5bac1a90ba6 (diff) | |
| download | emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.tar.gz emacs-7a5a264fc27bde6870f08ecc5d85eddc36fa0336.zip | |
Merge from trunk
Diffstat (limited to 'src/w32term.c')
| -rw-r--r-- | src/w32term.c | 4 |
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 | ||
| 229 | extern Lisp_Object Vcommand_line_args, Vsystem_name; | 229 | extern Lisp_Object Vcommand_line_args, Vsystem_name; |
| 230 | 230 | ||
| 231 | #ifndef USE_CRT_DLL | ||
| 232 | extern 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. */ |
| 236 | extern EMACS_INT extra_keyboard_modifiers; | 232 | extern EMACS_INT extra_keyboard_modifiers; |
| 237 | 233 | ||