cvs commit: src/lib/libc/stdlib malloc.c
Xin LI
delphij at FreeBSD.org
Sun Feb 27 17:16:17 GMT 2005
delphij 2005-02-27 17:16:16 UTC
FreeBSD src repository
Modified files:
lib/libc/stdlib malloc.c
Log:
Remove the check about whether MALLOC_EXTRA_SANITY is defined,
surrounding the undef'ing it. It does not seem necessary to
undef some symbol that is not exist, and gcc does not complain
about whether a symbol is exist before #undef'ing it out.
Spotted by: mingyanguo via ChinaUnix.net forum
Reviewed by: phk
Revision Changes Path
1.90 +0 -2 src/lib/libc/stdlib/malloc.c
More information about the cvs-src
mailing list