]> granicus.if.org Git - yasm/commit
Fix #127: Allow use of 0X in addition to 0x for hex constants.
authorPeter Johnson <peter@tortall.net>
Tue, 4 Dec 2007 04:59:07 +0000 (04:59 -0000)
committerPeter Johnson <peter@tortall.net>
Tue, 4 Dec 2007 04:59:07 +0000 (04:59 -0000)
commitddf78e19b5c3c44c05e0ff0d43656eaea0184c3d
tree9e308731d706aae8eaeb61935c376be1d15de342
parent760904a07104451ca1993753c60985a80a55c58c
Fix #127: Allow use of 0X in addition to 0x for hex constants.

svn path=/trunk/yasm/; revision=2017
modules/parsers/nasm/nasm-token.re
modules/parsers/nasm/tests/Makefile.inc
modules/parsers/nasm/tests/hexconst.asm [new file with mode: 0644]
modules/parsers/nasm/tests/hexconst.hex [new file with mode: 0644]