iverilog/ivlpp
Cary R 7a0e23179b 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 signed/unsigned comparison in
yy_get_next_buffer() (part of flex).
2010-04-13 20:51:21 -07:00
..
Makefile.in Fix references to version_base.h in Makefiles. 2009-12-28 09:49:35 -08:00
globals.h Provide different modes for dependency list output. 2009-10-26 11:05:01 -07:00
ivlpp.txt Spelling fixes 2008-01-29 20:24:24 -08:00
lexor.lex Remove some gcc-4.3.4 warnings (Cygwin) 2010-04-13 20:51:21 -07:00
main.c Remove some gcc-4.3.4 warnings (Cygwin) 2010-04-13 20:51:21 -07:00