Fixed the non-ansi attempts to pass a union member casted as the union
authorMichael Urman <mu@tortall.net>
Thu, 5 Jul 2001 09:32:58 +0000 (09:32 -0000)
committerMichael Urman <mu@tortall.net>
Thu, 5 Jul 2001 09:32:58 +0000 (09:32 -0000)
commit0cb10aa577dd8c2917e25c7b8d797bdb53ffbcf6
tree17bcd98471d7b00c9218498807ea798999ed2f02
parentdaf5c6fd03b3d85e478196078c998d76bb643486
Fixed the non-ansi attempts to pass a union member casted as the union
type.

svn path=/trunk/yasm/; revision=113
16 files changed:
include/expr.h
libyasm/bytecode.c
libyasm/expr.c
libyasm/expr.h
modules/arch/x86/expr.c
modules/arch/x86/x86expr.c
modules/parsers/nasm/bison.y.in
modules/parsers/nasm/nasm-bison.y
src/arch/x86/expr.c
src/arch/x86/x86expr.c
src/bison.y.in
src/bytecode.c
src/expr.c
src/expr.h
src/parsers/nasm/bison.y.in
src/parsers/nasm/nasm-bison.y