diff options
Diffstat (limited to 'gdb/progspace.c')
-rw-r--r-- | gdb/progspace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/progspace.c b/gdb/progspace.c index 8683970..ebbc784 100644 --- a/gdb/progspace.c +++ b/gdb/progspace.c @@ -29,7 +29,7 @@ #include <algorithm> /* The last program space number assigned. */ -int last_program_space_num = 0; +static int last_program_space_num = 0; /* The head of the program spaces list. */ std::vector<struct program_space *> program_spaces; |