gdb/
2012-11-19 Yao Qi <yao@codesourcery.com> * infrun.c (infwait_state): Add static.
This commit is contained in:
parent
a074907cb0
commit
8870954f6b
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue