gdb/
authorYao Qi <yao@codesourcery.com>
Mon, 19 Nov 2012 06:56:52 +0000 (06:56 +0000)
committerYao Qi <yao@codesourcery.com>
Mon, 19 Nov 2012 06:56:52 +0000 (06:56 +0000)
2012-11-19  Yao Qi  <yao@codesourcery.com>

* infrun.c (infwait_state): Add static.

gdb/ChangeLog
gdb/infrun.c

index 8c71e72..613bf2e 100644 (file)
@@ -1,3 +1,7 @@
+2012-11-19  Yao Qi  <yao@codesourcery.com>
+
+       * infrun.c (infwait_state): Add static.
+
 2012-11-16  Keith Seitz  <keiths@redhat.com>
 
        PR c++/13615
index 4efc2af..b29fd2f 100644 (file)
@@ -2392,7 +2392,7 @@ enum infwait_states
 ptid_t waiton_ptid;
 
 /* Current inferior wait state.  */
-enum infwait_states infwait_state;
+static enum infwait_states infwait_state;
 
 /* Data to be passed around while handling an event.  This data is
    discarded between events.  */