*** ../bash-4.3-rc1/builtins/gen-helpfiles.c 2012-02-05 16:26:23.000000000 -0500 --- builtins/gen-helpfiles.c 2014-01-25 16:26:36.000000000 -0500 *************** *** 60,63 **** --- 60,71 ---- #include "tmpbuiltins.h" + #if defined (USING_BASH_MALLOC) + #undef xmalloc + #undef xrealloc + #undef xfree + + #undef free /* defined in xmalloc.h */ + #endif + #ifndef errno extern int errno;