8894eabf00
set it to empty if it isn't. __malloc_attribute__ is set in sys/cdef.h, and some versions set it unconditionally. If sys/cdef.h is included after malloc.h, some compilers will complain loudly. So include malloc.h at the end so that sys/cdef.h is already included if it's going to be. This commit was SVN r7613.