• Show log

    Commit

  • Hash : 571f20db
    Author : Paul Eggert
    Date : 2013-05-19T12:58:53

    malloca: port to compilers that reject size-zero arrays
    
    This fixes a bug introduced in my previous patch.
    * lib/malloca.c (struct preliminary_header): Use an int
    rather than a character array of size int; that's simpler.
    (struct header): Remove, replacing with ...
    (union header): New type.  This avoids the need for declaring a
    character array of size zero, which is not allowed on some platforms.
    All uses changed.
    

  • README

  • Please see doc/gnulib-readme.texi for basic information about Gnulib.