Le 12 août 09 à 21:46, Joel E. Denny a écrit :
Hi Akim.
Hi Joel,
http://www.gnu.org/software/gnulib/MODULES.html
That module is labeled obsolete, and
gnulib.git/doc/posix-functions/free.texi says:
On old platforms such as SunOS4, @code{free (NULL)} fails.
However, since all such systems are so old as to no longer
be considered ``reasonable portability targets,''
this module is no longer useful.
Also, gnulib.git/build-aux/useless-if-before-free actually tries to
combat
the extra `if'.
Wow, I'm getting old. Thanks for pointing this to me.