* 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
|
@ -1,3 +1,8 @@
|
||||||
|
2011-03-16 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
|
* tracepoint.c (stop_tracing): Don't declare.
|
||||||
|
* event-top.c (after_char_processing_hook): Add `(void)'.
|
||||||
|
|
||||||
2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
|
2011-03-16 Phil Muldoon <pmuldoon@redhat.com>
|
||||||
|
|
||||||
* NEWS: Add Parameter sub-classing description.
|
* NEWS: Add Parameter sub-classing description.
|
||||||
|
|
|
@ -165,7 +165,7 @@ readline_input_state;
|
||||||
|
|
||||||
/* This hook is called by rl_callback_read_char_wrapper after each
|
/* This hook is called by rl_callback_read_char_wrapper after each
|
||||||
character is processed. */
|
character is processed. */
|
||||||
void (*after_char_processing_hook) ();
|
void (*after_char_processing_hook) (void);
|
||||||
|
|
||||||
|
|
||||||
/* Wrapper function for calling into the readline library. The event
|
/* Wrapper function for calling into the readline library. The event
|
||||||
|
|
|
@ -70,8 +70,6 @@
|
||||||
extern int hex2bin (const char *hex, gdb_byte *bin, int count);
|
extern int hex2bin (const char *hex, gdb_byte *bin, int count);
|
||||||
extern int bin2hex (const gdb_byte *bin, char *hex, int count);
|
extern int bin2hex (const gdb_byte *bin, char *hex, int count);
|
||||||
|
|
||||||
extern void stop_tracing ();
|
|
||||||
|
|
||||||
/* Maximum length of an agent aexpression.
|
/* Maximum length of an agent aexpression.
|
||||||
This accounts for the fact that packets are limited to 400 bytes
|
This accounts for the fact that packets are limited to 400 bytes
|
||||||
(which includes everything -- including the checksum), and assumes
|
(which includes everything -- including the checksum), and assumes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue