forked from Imagelibrary/binutils-gdb
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:
@@ -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. */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user