* breakpoint.c (dprintf_command): Now static.
authorTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:00 +0000 (19:27 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:00 +0000 (19:27 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 02dc944..5e93186 100644 (file)
@@ -1,5 +1,9 @@
 2012-12-12  Tom Tromey  <tromey@redhat.com>
 
+       * breakpoint.c (dprintf_command): Now static.
+
+2012-12-12  Tom Tromey  <tromey@redhat.com>
+
        * Makefile.in (init.c): Declare initialize_all_files;
        don't include call-cmds.h.
        * call-cmds.h: Remove.
index c2ce96c..40cceee 100644 (file)
@@ -9859,14 +9859,12 @@ stopat_command (char *arg, int from_tty)
     break_command_1 (arg, 0, from_tty);
 }
 
-void dprintf_command (char *arg, int from_tty);
-
 /* The dynamic printf command is mostly like a regular breakpoint, but
    with a prewired command list consisting of a single output command,
    built from extra arguments supplied on the dprintf command
    line.  */
 
-void
+static void
 dprintf_command (char *arg, int from_tty)
 {
   create_breakpoint (get_current_arch (),