]> granicus.if.org Git - yasm/commit
Allow overrides (a32/a16/rep/etc) to appear on their own line. The way this
authorPeter Johnson <peter@tortall.net>
Sun, 2 Dec 2001 21:18:04 +0000 (21:18 -0000)
committerPeter Johnson <peter@tortall.net>
Sun, 2 Dec 2001 21:18:04 +0000 (21:18 -0000)
commit758edc89e70362f686fcfbdc110b43f7f4a3d2bd
tree4eb29ff1c03b667054c7461d53a5a9d8f9000d48
parent7b4e6c09dc95e575f975e10744a48f99085bcf44
Allow overrides (a32/a16/rep/etc) to appear on their own line.  The way this
is done in the grammer causes 1 shift/reduce and 1 reduce/reduce conflict, but
yacc's default resolution gives correct results, and as the generated grammer
is smaller this way than specifically handling each prefix, we do it this way.

svn path=/trunk/yasm/; revision=377
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y