diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:48:16 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-19 15:48:16 +0000 |
commit | 20775b213d906b4530d4a804e4620d03800d435e (patch) | |
tree | 1e46e5bf71c11887ae9193583e5a32fdc34867ad | |
parent | 580e99a151bdeea4141a0bf03f1e57f07d288ee7 (diff) | |
download | newlib-20775b213d906b4530d4a804e4620d03800d435e.zip newlib-20775b213d906b4530d4a804e4620d03800d435e.tar.gz newlib-20775b213d906b4530d4a804e4620d03800d435e.tar.bz2 |
Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
-rw-r--r-- | include/ChangeLog | 5 | ||||
-rw-r--r-- | include/dis-asm.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index d252c12..d6c4ecb 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -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. diff --git a/include/dis-asm.h b/include/dis-asm.h index ea74b99..993b3ad 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) */ |