* tracepoint.c (stop_tracing): Don't declare.
* event-top.c (after_char_processing_hook): Add `(void)'.
This commit is contained in:
parent
629e7ca8ec
commit
b08ee6a2ee
3 changed files with 6 additions and 3 deletions
|
@ -165,7 +165,7 @@ readline_input_state;
|
|||
|
||||
/* This hook is called by rl_callback_read_char_wrapper after each
|
||||
character is processed. */
|
||||
void (*after_char_processing_hook) ();
|
||||
void (*after_char_processing_hook) (void);
|
||||
|
||||
|
||||
/* Wrapper function for calling into the readline library. The event
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue