iverilog/driver
Cary R c56b31c632 V0.9 Remove some gcc-4.3.4 warnings (Cygwin)
The latest gcc with the latest Cygwin complains when passing a char to
the toupper, tolower, isspace, isalnum, isprint, isdigit or isalpha
functions/macros. These functions are defined to take an integer. This
patch adds cast to int as needed to remove the warnings. After this
there are still two warnings related to a signed/unsigned comparison
in yy_get_next_buffer() (part of flex).
2010-04-14 13:12:31 -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 Fix broken $() substitution in command files. 2010-03-16 15:24:26 -07:00