iverilog/driver
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 Not all C compilers recognize (or need) -Wall. 2010-02-02 20:49:50 -08:00
cflexor.lex Add +timescale to the command file. 2010-01-25 14:32:59 -08:00
cfparse.y V0.9 Remove some gcc-4.3.4 warnings (Cygwin) 2010-04-14 13:12:31 -07:00
cfparse_misc.h Fix memory leak when parsing command files. 2009-05-24 10:15:45 -07:00
globals.h Add +timescale to the command file. 2010-01-25 14:32:59 -08:00
iverilog.man.in Add +timescale to the command file. 2010-01-25 14:32:59 -08:00
main.c Add +timescale to the command file. 2010-01-25 14:32:59 -08:00
substit.c Remove malloc.h support and for C++ files use <c...> include files. 2010-06-01 11:27:16 -07:00