Drop efunc and evalfunc as input to the preprocessor
commitdbb640b84682eb9b1382fe58c41ba75465bb4a7d
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:57:16 +0000 (18 18:57 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:57:16 +0000 (18 18:57 -0700)
treeed33a8a519b70e2e54251c1b183cbaa04fdd6c97
parent00444ae04e91cfd14b505e54934aecf4462eadea
Drop efunc and evalfunc as input to the preprocessor

We only ever invoked the preprocessor with fixed values for efunc and
evalfunc, so call nasm_error() and evaluate() directly.

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