gdb/
authorYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:53:24 +0000 (14:53 +0000)
committerYao Qi <yao@codesourcery.com>
Wed, 16 Jan 2013 14:53:24 +0000 (14:53 +0000)
* printcmd.c (current_display_number): Make it static.

gdb/ChangeLog
gdb/printcmd.c

index e7fc5c8..1014bb4 100644 (file)
@@ -1,5 +1,9 @@
 2013-01-16  Yao Qi  <yao@codesourcery.com>
 
+       * printcmd.c (current_display_number): Make it static.
+
+2013-01-16  Yao Qi  <yao@codesourcery.com>
+
        * infcmd.c (step_once): Don't check '!single_inst' as it was
        checked before.
 
index 0c7eb1e..a576d88 100644 (file)
@@ -122,7 +122,7 @@ show_print_symbol_filename (struct ui_file *file, int from_tty,
    So that we can disable it if we get a signal within it.
    -1 when not doing one.  */
 
-int current_display_number;
+static int current_display_number;
 
 struct display
   {