Drop efunc and evaluate argument to parse_line()
commit00444ae04e91cfd14b505e54934aecf4462eadea
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:49:55 +0000 (18 18:49 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:49:55 +0000 (18 18:49 -0700)
tree7ee1b495a3bb1afe77ab8cb9fec43034f0b0ada9
parent605f5155eeedea126c4fe4f2387e7a3da0fc3063
Drop efunc and evaluate argument to parse_line()

We never invoked the parser with anything but the default definitions
for evaluate and efunc.  Unlike the backend, though, we sometimes
invoke parse_line() with redefine_label() instead of define_label().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
nasm.c
parser.c
parser.h