* lto.h (lto_parse_hex): Reinstate.
* lto.c (lto_parse_hex): Make global again.
From-SVN: r182323
+2011-12-14 Eric Botcazou <ebotcazou@adacore.com>
+
+ * lto.h (lto_parse_hex): Reinstate.
+ * lto.c (lto_parse_hex): Make global again.
+
2011-12-13 Eric Botcazou <ebotcazou@adacore.com>
* lto.h (lto_parse_hex): Delete.
/* Custom version of strtoll, which is not portable. */
-static HOST_WIDEST_INT
+HOST_WIDEST_INT
lto_parse_hex (const char *p)
{
HOST_WIDEST_INT ret = 0;
size_t len;
};
+extern HOST_WIDEST_INT lto_parse_hex (const char *p);
+
#endif /* LTO_H */