1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00
cc65/src/cl65
Oliver Schmidt bc58bf572c Fixed -W cmdline option handling.
Reverted part of 3157e4be1e as it actually introduced a regression.

It doesn't make sense to check for Arg[3] == '\0' _before_ checking Arg[2] != '\0'. This made the Win32 builds fail to correctly parse e.g. cl65 -W unused-var test.c
2018-03-05 22:31:10 +01:00
..
error.c Normalized code. 2014-03-04 01:11:19 +01:00
error.h Normalized code. 2014-03-04 01:11:19 +01:00
global.c Normalized code. 2014-03-04 01:11:19 +01:00
global.h Normalized code. 2014-03-04 01:11:19 +01:00
main.c Fixed -W cmdline option handling. 2018-03-05 22:31:10 +01:00
spawn-amiga.inc Fixed the " til " typos. 2015-09-06 12:25:00 -04:00
spawn-unix.inc Fixed the " til " typos. 2015-09-06 12:25:00 -04:00