pkgsrc-ng/lang/gcc45/patches/patch-gcc_lto_lto.h
Lionel Sambuc 612ad0a18c lang/gcc45
2016-01-22 00:09:29 +01:00

13 lines
256 B
C

$NetBSD$
--- gcc/lto/lto.h.orig Thu Jun 24 21:06:37 2010
+++ gcc/lto/lto.h
@@ -58,6 +58,6 @@ struct lto_section_slot
size_t len;
};
-int64_t lto_parse_hex (const char *p);
+extern HOST_WIDEST_INT lto_parse_hex (const char *p);
#endif /* LTO_H */