libbfd.h and libcoff.h include guards

* libbfd-in.h: Add include guard.
	* libcoff-in.h: Likewise.
	* doc/Makefile.am (libbfd.h, libcoff.h): Append another #endif.
	* doc/Makefile.in: Regenerate.
	* libbfd.h: Regenerate.
	* libcoff.h: Regenerate.
This commit is contained in:
Alan Modra
2018-05-18 08:30:50 +09:30
parent 29e0f0a144
commit 0b43954349
7 changed files with 27 additions and 0 deletions

View File

@@ -19,6 +19,9 @@
Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
MA 02110-1301, USA. */
#ifndef _LIBCOFF_H
#define _LIBCOFF_H 1
#include "bfdlink.h"
#include "coff-bfd.h"