Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-09-19 19:48:16 +0400
committerNick Clifton <nickc@redhat.com>2002-09-19 19:48:16 +0400
commit20775b213d906b4530d4a804e4620d03800d435e (patch)
tree1e46e5bf71c11887ae9193583e5a32fdc34867ad
parent580e99a151bdeea4141a0bf03f1e57f07d288ee7 (diff)
Remove (errant) trailing semicolon (;) from the extern "C" { } declaration.
-rw-r--r--include/ChangeLog5
-rw-r--r--include/dis-asm.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/include/ChangeLog b/include/ChangeLog
index d252c121a..d6c4ecb3f 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 ea74b99c7..993b3ad29 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) */