Drop the ofmt and errfunc arguments to label definition functions
commit605f5155eeedea126c4fe4f2387e7a3da0fc3063
authorH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:31:41 +0000 (18 18:31 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 19 Jul 2009 01:43:58 +0000 (18 18:43 -0700)
tree9d747371d33bc82c51ec76fe63dc370dd7e9ffe5
parentab6443969a57014b4261f1b8a2b9c2ab1224e149
Drop the ofmt and errfunc arguments to label definition functions

We never set ofmt and errfunc to anything but the global values.
Dropping them from the label definition function command line
simplifies the code.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
14 files changed:
labels.c
labels.h
nasm.c
nasm.h
output/outaout.c
output/outbin.c
output/outcoff.c
output/outelf32.c
output/outelf64.c
output/outieee.c
output/outmacho64.c
output/outobj.c
parser.c
parser.h