Sam Steingold wrote:
Alternatively, I would be reasonably happy with sed -i -e 's/_GL_ARG_NONNULL/GL_ARG_NONNULL/' arg-nonnull.h sed -i -e 's/_GL_WARN_ON_USE/GL_WARN_ON_USE/' warn-on-use.h similar to GL_LINK_WARNING in link-warning.h.
So, any chance the constants in arg-nonnull.h & warn-on-use.h could be renamed to lose the leading underscore? note that the only other build-aux header, link-warning.h, defines macros _without_ the leading underscore, so it seems to make sense for the new headers in build-aux to lose the leading underscore too.
Thanks!