Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
authorNick Clifton <nickc@redhat.com>
Thu, 19 Sep 2002 15:48:16 +0000 (15:48 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 19 Sep 2002 15:48:16 +0000 (15:48 +0000)
include/ChangeLog
include/dis-asm.h

index d252c121a869b888202ac06739a827fb389bcd99..d6c4ecb3fde97dd3e61036d2abd4b2e4f5c7be29 100644 (file)
@@ -1,3 +1,8 @@
+2002-09-19  Nathan Tallent  <eraxxon@alumni.rice.edu>
+
+       * dis-asm.h: Remove (errant) trailing semicolon (;) from the
+       extern "C" { } declaration.
+
 2002-09-04  Nick Clifton  <nickc@redhat.com>
 
        * dis-asm.h (print_ppc_disassembler_options): Prototype.
index ea74b99c76d7c1f9c27bf17e1f6277e856bc51ea..993b3ad29f67a3a1085c9e46a772bf9aafc1598f 100644 (file)
@@ -318,7 +318,7 @@ extern int generic_symbol_at_address
   (INFO).insn_info_valid = 0
 
 #ifdef __cplusplus
-};
+}
 #endif
 
 #endif /* ! defined (DIS_ASM_H) */
This page took 0.025394 seconds and 4 git commands to generate.