From: Honggyu Kim <hong.gyu.kim@lge.com>
To: <gdb-patches@sourceware.org>
Cc: Honggyu Kim <hong.gyu.kim@lge.com>
Subject: [PATCH] BFD: Fix unmatched #ifndef and #endif
Date: Sun, 29 May 2016 01:28:00 -0000 [thread overview]
Message-ID: <1464485353-13418-1-git-send-email-hong.gyu.kim@lge.com> (raw)
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
next reply other threads:[~2016-05-29 1:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-29 1:28 Honggyu Kim [this message]
2016-05-29 7:29 ` Andreas Schwab
2016-05-29 8:01 ` Honggyu Kim
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1464485353-13418-1-git-send-email-hong.gyu.kim@lge.com \
--to=hong.gyu.kim@lge.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox