summaryrefslogtreecommitdiff
path: root/gdb/infrun.c
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-06-28 17:19:39 +0000
committerPedro Alves <palves@redhat.com>2013-06-28 17:19:39 +0000
commit50c506def5189908296f994ccab6f6dea5844f60 (patch)
tree8d77e9e9816ffefd465977082245d67808dbf16f /gdb/infrun.c
parentad999c037c162cd1067bc273696516c721da94dc (diff)
downloadgdb-50c506def5189908296f994ccab6f6dea5844f60.tar.gz
Move pagination_enabled declaration to a proper place.
Declare it close to other related declarations in utils.h, and remove local extern declaration hack. gdb/ 2013-06-28 Pedro Alves <palves@redhat.com> * infrun.c (set_observer_mode): Don't declare pagination_enabled here. * utils.h (pagination_enabled): Declare.
Diffstat (limited to 'gdb/infrun.c')
-rw-r--r--gdb/infrun.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/infrun.c b/gdb/infrun.c
index e95f81f09e9..dc1036d7611 100644
--- a/gdb/infrun.c
+++ b/gdb/infrun.c
@@ -219,8 +219,6 @@ static void
set_observer_mode (char *args, int from_tty,
struct cmd_list_element *c)
{
- extern int pagination_enabled;
-
if (target_has_execution)
{
observer_mode_1 = observer_mode;