aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-16 15:18:58 +0000
committerTom Tromey <tromey@redhat.com>2011-03-16 15:18:58 +0000
commitb08ee6a2eea46111d762692dc45fbe0194f51c2c (patch)
tree84e4d6357861e61300f3659a34d9b997e3c1f543 /gdb/event-top.c
parent629e7ca8ec7498a538a5a21e6689eedeb28207ca (diff)
downloadgdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.zip
gdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.tar.gz
gdb-b08ee6a2eea46111d762692dc45fbe0194f51c2c.tar.bz2
* tracepoint.c (stop_tracing): Don't declare.
* event-top.c (after_char_processing_hook): Add `(void)'.
Diffstat (limited to 'gdb/event-top.c')
-rw-r--r--gdb/event-top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/event-top.c b/gdb/event-top.c
index 71accf6..660f137 100644
--- a/gdb/event-top.c
+++ b/gdb/event-top.c
@@ -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