This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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 mailing list.
It should have gone to gdb mailing list.

Honggyu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]