• Show log

    Commit

  • Hash : beee741c
    Author : Paul Eggert
    Date : 2012-07-11T21:16:27

    gettext: do not assume '#define ... defined ...' behavior
    
    * lib/gettext.h (_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS):
    Do not use '#define FOO ... defined BAR ...', as the C standard says
    it's not portable to expect that this works after macro expansion.
    Problem reported for gzip by Steven M. Schweda in
    <http://lists.gnu.org/archive/html/bug-gzip/2012-07/msg00000.html>.
    

  • README

  • The files in this directory are used in many GNU packages,
    including coreutils, diffutils, and tar.
    The autoconf tests required for these files are in ../m4.