2012-11-19  Yao Qi  <yao@codesourcery.com>

	* infrun.c (infwait_state): Add static.
This commit is contained in:
Yao Qi 2012-11-19 06:56:52 +00:00
parent a074907cb0
commit 8870954f6b
2 changed files with 5 additions and 1 deletions

View 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

View 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. */