Wrap BFD headers in extern "C"
[deliverable/binutils-gdb.git] / bfd / libbfd-in.h
index cb7805f01ea32c69d16e124a37edc7f05ab1ed19..7c661e34797c0d0c1b877f2ba50137df6af87c3f 100644 (file)
 
 #include "hashtab.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 /* Align an address upward to a boundary, expressed as a number of bytes.
    E.g. align to an 8-byte boundary with argument of 8.  Take care never
    to wrap around if the address is within boundary-1 of the end of the
This page took 0.023246 seconds and 4 git commands to generate.