iverilog/ivlpp
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 Fix references to version_base.h in Makefiles. 2009-12-28 09:50:34 -08:00
globals.h Make the addition of the local directory optional (include path). 2009-02-05 08:37:33 -08:00
ivlpp.txt Spelling fixes 2008-01-29 20:24:24 -08:00
lexor.lex Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00
main.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00