]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/utils.h
Return void from gdb_putc
authorTom Tromey <tom@tromey.com>
Sat, 2 Apr 2022 01:04:48 +0000 (19:04 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 15 Apr 2022 17:38:13 +0000 (11:38 -0600)
commit4311246bb1f94ca323b0cf74e917d2b8d3a87565
treedd6ce0b7090bf7da5648c9e1b9de82cc2eed3437
parent111d19818a4a7c96c87e330c6c143fa03bb86819
Return void from gdb_putc

I don't think it's very useful to return the character from gdb_putc,
so this patch changes it to return void.
gdb/ui-file.c
gdb/ui-file.h
gdb/utils.c
gdb/utils.h