mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
This commit is contained in:
parent
580e99a151
commit
20775b213d
@ -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>
|
2002-09-04 Nick Clifton <nickc@redhat.com>
|
||||||
|
|
||||||
* dis-asm.h (print_ppc_disassembler_options): Prototype.
|
* dis-asm.h (print_ppc_disassembler_options): Prototype.
|
||||||
|
@ -318,7 +318,7 @@ extern int generic_symbol_at_address
|
|||||||
(INFO).insn_info_valid = 0
|
(INFO).insn_info_valid = 0
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
};
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* ! defined (DIS_ASM_H) */
|
#endif /* ! defined (DIS_ASM_H) */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user