aboutsummaryrefslogtreecommitdiff
path: root/gdb/cli-out.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-11-06 09:31:03 -0700
committerTom Tromey <tom@tromey.com>2023-11-06 20:31:12 -0700
commitcf0d07fd07117934750e4bb94cfc0349e251afae (patch)
tree65c293cdc7e8b9e1b4a8c9926bde010f34678403 /gdb/cli-out.c
parente0da5ef09c56eec9cffee9683a6258998802a428 (diff)
downloadbinutils-cf0d07fd07117934750e4bb94cfc0349e251afae.zip
binutils-cf0d07fd07117934750e4bb94cfc0349e251afae.tar.gz
binutils-cf0d07fd07117934750e4bb94cfc0349e251afae.tar.bz2
Remove EXTERN_C and related defines
common-defs.h has a few defines that I suspect were used during the transition to C++. These aren't needed any more, so remove them. Tested by rebuilding. Approved-By: Simon Marchi <simon.marchi@efficios.com> Approved-By: Andrew Burgess <aburgess@redhat.com>
Diffstat (limited to 'gdb/cli-out.c')
-rw-r--r--gdb/cli-out.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/cli-out.c b/gdb/cli-out.c
index 20d3d93..a1cde54 100644
--- a/gdb/cli-out.c
+++ b/gdb/cli-out.c
@@ -493,7 +493,7 @@ cli_mld_flush (const struct match_list_displayer *displayer)
fflush (rl_outstream);
}
-EXTERN_C void _rl_erase_entire_line (void);
+extern "C" void _rl_erase_entire_line (void);
/* CLI version of displayer.erase_entire_line. */