]> granicus.if.org Git - yasm/commit
* yasm.c (options): Allow -i as a synonym for -I.
authorPeter Johnson <peter@tortall.net>
Mon, 24 Jan 2005 06:44:25 +0000 (06:44 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 24 Jan 2005 06:44:25 +0000 (06:44 -0000)
commit32a1a9f331bce2f713fc5573a1ad75f4714364c1
tree725f00faa2fe4e9f5320be8b438b957433f990e3
parentc75a0a41bdf7c91654ea26784f568cf80aa5260c
* yasm.c (options): Allow -i as a synonym for -I.
* yasm-options.c (parse_cmdline): Make unrecognized options warnings instead
of errors.

These two changes make yasm more closely match the nasm command line.  The
long-term fix for this will be making a nasm-like frontend.

Requested by: Brian Gladman <brg@gladman.plus.com>

svn path=/trunk/yasm/; revision=1197
frontends/yasm/yasm-options.c
frontends/yasm/yasm.c