No longer include malloc.h. If protoypes are needed for memory functions they will...
authorNick Hildenbrandt <hldnbrnd@uiuc.edu>
Wed, 2 Oct 2002 18:20:18 +0000 (18:20 +0000)
committerNick Hildenbrandt <hldnbrnd@uiuc.edu>
Wed, 2 Oct 2002 18:20:18 +0000 (18:20 +0000)
commit113ad893b9ba66d36db84ca2e74512172994a717
tree1298d39b9ce70d0f93da40d168dd44fa04aec4c0
parente03f32bcc2cdb2b6140342539ec720464b01c21e
No longer include malloc.h.  If protoypes are needed for memory functions they will be present in the byte code and the generated c as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4013 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/CBackend/CBackend.cpp
lib/Target/CBackend/Writer.cpp