Fix build problem in fputs_maybe_filtered
authorTom Tromey <tromey@adacore.com>
Wed, 8 May 2019 16:35:09 +0000 (10:35 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 8 May 2019 16:35:09 +0000 (10:35 -0600)
commitca1df239078318425cf8038995bf02f1b9ab6e50
tree9ae5451e61cf0132f04e9da9b4012b0c1eb4d30b
parent99f20f08682ecc7be882774ff78409530802d000
Fix build problem in fputs_maybe_filtered

When merging commit 99f20f ("Fix style bug when paging") to master, I
had to make some changes to get it to compile again.  Unfortunately, I
must not have added these to the index at the correct time, because
they were not committed.

This patch fixes the problem.

gdb/ChangeLog
2019-05-08  Tom Tromey  <tromey@adacore.com>

* utils.c (fputs_maybe_filtered): Call can_emit_style_escape as a
method.
gdb/ChangeLog
gdb/utils.c