Move pagination_enabled declaration to a proper place.
authorPedro Alves <palves@redhat.com>
Fri, 28 Jun 2013 17:19:39 +0000 (17:19 +0000)
committerPedro Alves <palves@redhat.com>
Fri, 28 Jun 2013 17:19:39 +0000 (17:19 +0000)
commit74da6f00a3ba65e1f2d359a59829d796d1ec3a8e
treec2551c0122f6d9eade8937197b4f69dbec19bc55
parentd32dc48ed4bf13a6974ccc12b0e58aa434821d22
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.
gdb/ChangeLog
gdb/infrun.c
gdb/utils.h