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>
This commit is contained in:
Tom Tromey
2023-11-06 09:31:03 -07:00
parent e0da5ef09c
commit cf0d07fd07
12 changed files with 32 additions and 36 deletions

View File

@@ -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. */