diff options
author | H. Peter Anvin <hpa@zytor.com> | 2019-08-28 19:02:47 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2019-08-28 19:02:47 -0700 |
commit | a73ccfebcc9f60e6f2234cbf10cf7551279524d3 (patch) | |
tree | 33b64566bc2d0d3bd203b5045245aea480937ef8 /test | |
parent | 6a4353c4c29274fb2df6ca712fad70b8701c9187 (diff) | |
download | nasm-a73ccfebcc9f60e6f2234cbf10cf7551279524d3.tar.gz nasm-a73ccfebcc9f60e6f2234cbf10cf7551279524d3.tar.xz nasm-a73ccfebcc9f60e6f2234cbf10cf7551279524d3.zip |
error: replace nasm_verror() indirection with preproc callback
Since pp_error_list_macros() was introduced, the only need for
pp_verror() is to suppress error messages in certain contexts. Replace
this function with a preprocessor callback,
preproc->pp_suppress_error(), so we can drop the nasm_verror()
function pointer entirely.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions