Would it be reasonable to stop testing for functions defined in C89?
Will they be replaced if they don't exist, or will it just fail?
(I find it reasonable that it fails, but bloat in the actual code could possibly be removed?)
Right now we have support for a random selection of C89 defined functions in port.c:
strtol strtod strcspn memset memcpy memmove memcmp memchr strchr vsprintf frexp ldexp
Well, in any event I've removed about 500 lines of configure tests now. That depressinly amounts to about 6% och configure.in.
pike-devel@lists.lysator.liu.se