gdb/testsuite: Add compiler options parameter to function_range helper
[deliverable/binutils-gdb.git] / gdb / cp-support.c
index c1d62f1711efda0edfb2e5b1cc34aa9ef505e2c8..91e7d2ddc686415dbbebf6e9ffcf18de1ffa704b 100644 (file)
@@ -2163,8 +2163,9 @@ info_vtbl_command (const char *arg, int from_tty)
   cplus_print_vtable (value);
 }
 
+void _initialize_cp_support ();
 void
-_initialize_cp_support (void)
+_initialize_cp_support ()
 {
   add_prefix_cmd ("cplus", class_maintenance,
                  maint_cplus_command,
This page took 0.023348 seconds and 4 git commands to generate.