iverilog/cadpli
Stephen Williams 1a725e063b Remove malloc.h support and for C++ files use <c...> include files.
The functions (malloc, free, etc.) that used to be provided in
malloc.h are now provided in cstdlib for C++ files and stdlib.h for
C files. Since we require a C99 compliant compiler it makes sense
that malloc.h is no longer needed.

This patch also modifies all the C++ files to use the <c...>
version of the standard C header files (e.g. <cstdlib> vs
<stdlib.h>). Some of the files used the C++ version and others did
not. There are still a few other header changes that could be done,
but this takes care of much of it.

(Cherry-picked from 1993bf6f69)
2010-06-01 11:27:16 -07:00
..
Makefile.in Cleanup Makefile clean targets. 2009-10-29 10:55:20 -07:00
cadpli.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00
cadpli.txt Drop useless CVS stuff in .txt files 2009-03-13 09:42:17 -07:00
ivl_dlfcn.h Remove most of the lingering CVS droppings. 2008-12-05 21:48:28 -08:00