On 9/2/22 13:37, Bruno Haible wrote:
+# if __GLIBC__ >= 2
  _GL_CXXALIASWARN (strtol);
+# endif

Would it make sense to move the __GLIBC__ >= 2 check into _GL_CXXALIASWARN so that we needn't worry about making these sorts of patches? How much benefit to non-glibc ports do we obtain from requiring each _GL_CXXALIASWARN caller to decide whether to worry about __GLIBC__?


Reply via email to