On Wed, 26 Aug 2026, LIU Hao wrote:
That's fair enough. However this isn't a new function; it has been there for about twenty years, with external linkage. If user code references anything from pesect.c, it's likely to need this function anyway.
Indeed, it has been available with external linkage for a long time, but it isn't declared in any public headers, so if something breaks from this going away, that's really not our fault IMO...
(Making it static might also make it eligible for inlining, which seems to save some bytes.)
Yep, that's a good reason for doing the change. // Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
