]> Savannah Git Hosting - gnulib.git/commit
malloc: simplify
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Apr 2021 18:09:01 +0000 (11:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 21 Apr 2021 18:10:49 +0000 (11:10 -0700)
commit147828bccdcbb7af648d24ef9eaa68e9cb6b89d2
tree0eb602d17876d13979d1e201e16146aa6b1dbdef
parent7e605302f7ce70184af6a21de546da8b604f9c76
malloc: simplify

* lib/malloc.c: Omit unnecessary "#undef malloc".
I recently introduced it by mistake.  This module defines
_GL_USE_STDLIB_ALLOC and so malloc isn’t redefined to rpl_malloc.
ChangeLog
lib/malloc.c