aboutsummaryrefslogtreecommitdiff
path: root/gdb/utils.h
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
commit74da6f00a3ba65e1f2d359a59829d796d1ec3a8e (patch)
treec2551c0122f6d9eade8937197b4f69dbec19bc55 /gdb/utils.h
parentd32dc48ed4bf13a6974ccc12b0e58aa434821d22 (diff)
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/utils.h')
-rw-r--r--gdb/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/utils.h b/gdb/utils.h
index 9356658a49..0f6bb064fc 100644
--- a/gdb/utils.h
+++ b/gdb/utils.h
@@ -150,6 +150,8 @@ extern void wrap_here (char *);
extern void reinitialize_more_filter (void);
+extern int pagination_enabled;
+
/* Global ui_file streams. These are all defined in main.c. */
/* Normal results */
extern struct ui_file *gdb_stdout;