Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] BFD: Fix unmatched #ifndef and #endif
@ 2016-05-29  1:28 Honggyu Kim
  2016-05-29  7:29 ` Andreas Schwab
  0 siblings, 1 reply; 3+ messages in thread
From: Honggyu Kim @ 2016-05-29  1:28 UTC (permalink / raw)
  To: gdb-patches; +Cc: Honggyu Kim

bfd/bfd-in.h has '#ifndef __BFD_H_SEEN__' statement at the beginning of
the header file but do not have '#endif' at the end.

	* bfd/bfd-in.h: Add #endif statment
---
 bfd/bfd-in.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h
index 196bd70..ba36ee1 100644
--- a/bfd/bfd-in.h
+++ b/bfd/bfd-in.h
@@ -1026,3 +1026,5 @@ extern bfd_boolean v850_elf_create_sections
 
 extern bfd_boolean v850_elf_set_note
   (bfd *, unsigned int, unsigned int);
+
+#endif
-- 
1.9.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-05-29  8:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-29  1:28 [PATCH] BFD: Fix unmatched #ifndef and #endif Honggyu Kim
2016-05-29  7:29 ` Andreas Schwab
2016-05-29  8:01   ` Honggyu Kim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox