diff options
| author | Ken Brown | 2013-12-11 11:52:34 -0500 |
|---|---|---|
| committer | Ken Brown | 2013-12-11 11:52:34 -0500 |
| commit | 1421be8445803bdb9c3fece8c658836b5f0f9c34 (patch) | |
| tree | 3f5b422438eea63f3fc00c5ca15446d2c629ce85 /src/keyboard.h | |
| parent | 7ae3ae396308f0a46974532c608e46c0e61767ad (diff) | |
| download | emacs-1421be8445803bdb9c3fece8c658836b5f0f9c34.tar.gz emacs-1421be8445803bdb9c3fece8c658836b5f0f9c34.zip | |
Fix conditions for prototype declarations.
* src/dispextern.h (erase_phys_cursor):
* src/keyboard.h (make_ctrl_char): Declare prototypes if HAVE_NTGUI.
Diffstat (limited to 'src/keyboard.h')
| -rw-r--r-- | src/keyboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.h b/src/keyboard.h index a1aa59fe988..33a2d535cd6 100644 --- a/src/keyboard.h +++ b/src/keyboard.h | |||
| @@ -518,7 +518,7 @@ extern bool input_polling_used (void); | |||
| 518 | extern void clear_input_pending (void); | 518 | extern void clear_input_pending (void); |
| 519 | extern bool requeued_events_pending_p (void); | 519 | extern bool requeued_events_pending_p (void); |
| 520 | extern void bind_polling_period (int); | 520 | extern void bind_polling_period (int); |
| 521 | #ifdef WINDOWSNT | 521 | #if HAVE_NTGUI |
| 522 | extern int make_ctrl_char (int) ATTRIBUTE_CONST; | 522 | extern int make_ctrl_char (int) ATTRIBUTE_CONST; |
| 523 | #endif | 523 | #endif |
| 524 | extern void stuff_buffered_input (Lisp_Object); | 524 | extern void stuff_buffered_input (Lisp_Object); |