Re: [PATCH] BFD: Fix unmatched #ifndef and #endif

2016-05-28 Thread Honggyu Kim
On Sun, May 29, 2016 at 10:26:39AM +0900, Honggyu Kim wrote: > 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 I just found my mistake. Sorry that I sent this to wrong maili

[PATCH] BFD: Fix unmatched #ifndef and #endif

2016-05-28 Thread 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