Use boolean literals for pagination_enabled
authorTom Tromey <tromey@adacore.com>
Thu, 17 Nov 2022 16:35:20 +0000 (09:35 -0700)
committerTom Tromey <tromey@adacore.com>
Thu, 17 Nov 2022 16:35:20 +0000 (09:35 -0700)
commit2f6831b8066cd758e2f39c38503d2fa41608b9a7
tree06b2a84543c04adcc35267fc7eca48ffe12d3681
parent03acd4d85430c8afaa72db4daf1421ee82df53ec
Use boolean literals for pagination_enabled

I noticed a couple of spots that used '0' rather than 'false' when
modifying pagination_enabled.  This patch cleans these up.
gdb/infrun.c
gdb/tui/tui-regs.c