]> granicus.if.org Git - yasm/commit
* yasm.c (opt_objfmt_handler): Lowercase the objfmt keyword. This forces
authorPeter Johnson <peter@tortall.net>
Wed, 18 Jan 2006 01:51:08 +0000 (01:51 -0000)
committerPeter Johnson <peter@tortall.net>
Wed, 18 Jan 2006 01:51:08 +0000 (01:51 -0000)
commit2a44200d60a3ee1c749582b478ae3b72a81bc76d
tree972b53a0addb1d8a798f9c55db02fe7379120db8
parentca59fe17702f650d20482e4f8707bba4643ea47e
* yasm.c (opt_objfmt_handler): Lowercase the objfmt keyword.  This forces
the __YASM_OBJFMT__ value to always be lowercase, e.g. for "-f Win32" on
the command line, __YASM_OBJFMT__ becomes "win32".

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

svn path=/trunk/yasm/; revision=1337
frontends/yasm/yasm.c