> 1) when debugging, you can set a breakpoint in the function with the > expected name, > 2) to access such a function from Python or other scripting languages, > you don't need to worry about a prefix. > >I'm therefore applying this patch: > > >2025-11-10 Bruno Haible <[email protected]> > > argp: Don't use an 'rpl_' function name prefix if not necessary. > Reported by Andrew Schulman <[email protected]> in > <https://lists.gnu.org/archive/html/bug-gnulib/2025-11/msg00100.html>. > * m4/argp.m4 (gl_ARGP): Don't rename argp_parse to rpl_argp_parse in > config.h if libc does not have argp_parse().
Confirmed that that fixes the problem. Thanks! Andrew
