PARAMS removal.
This commit is contained in:
parent
3c07fb76e6
commit
a14ed312fd
325 changed files with 4253 additions and 5056 deletions
|
@ -28,11 +28,11 @@
|
|||
|
||||
/* Prototypes for local functions. */
|
||||
|
||||
extern void _initialize_annotate PARAMS ((void));
|
||||
extern void _initialize_annotate (void);
|
||||
|
||||
static void print_value_flags PARAMS ((struct type *));
|
||||
static void print_value_flags (struct type *);
|
||||
|
||||
static void breakpoint_changed PARAMS ((struct breakpoint *));
|
||||
static void breakpoint_changed (struct breakpoint *);
|
||||
|
||||
void (*annotate_starting_hook) PARAMS ((void));
|
||||
void (*annotate_stopped_hook) PARAMS ((void));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue