]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/annotate.c
PARAMS removal.
[thirdparty/binutils-gdb.git] / gdb / annotate.c
index 4508ad8cf064ceafe23db7531153c43026acc9ed..079a86b719971d7355c3bbcfbc56a0fa1b90a436 100644 (file)
 
 /* 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));