From: Nick Clifton Date: Thu, 19 Sep 2002 15:48:16 +0000 (+0000) Subject: Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d3f786c8f323ca33e4b89c5bbf25200972cdfcf2;p=pf3gnuchains%2Fpf3gnuchains3x.git Remove (errant) trailing semicolon (;) from the extern "C" { } declaration. --- diff --git a/include/ChangeLog b/include/ChangeLog index d252c121a8..d6c4ecb3fd 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,8 @@ +2002-09-19 Nathan Tallent + + * dis-asm.h: Remove (errant) trailing semicolon (;) from the + extern "C" { } declaration. + 2002-09-04 Nick Clifton * dis-asm.h (print_ppc_disassembler_options): Prototype. diff --git a/include/dis-asm.h b/include/dis-asm.h index ea74b99c76..993b3ad29f 100644 --- a/include/dis-asm.h +++ b/include/dis-asm.h @@ -318,7 +318,7 @@ extern int generic_symbol_at_address (INFO).insn_info_valid = 0 #ifdef __cplusplus -}; +} #endif #endif /* ! defined (DIS_ASM_H) */