mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
13 lines
256 B
C
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 */
|