Additional uses of bool and enum
commit70055964fc24699c07c515dd9a603196ba06a654
authorH. Peter Anvin <hpa@zytor.com>
Thu, 11 Oct 2007 07:05:31 +0000 (11 00:05 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 11 Oct 2007 07:05:57 +0000 (11 00:05 -0700)
tree10deb40fda3517be5d7b21b191429bcfd220d15a
parent54901e1785dcc7e8aec3198f58f580165856672f
Additional uses of bool and enum

Proper use of bool and enum makes code easier to debug.  Do more of
it.  In particular, we really should stomp out any residual uses of
magic constants that aren't enums or, in some cases, even #defines.
14 files changed:
labels.c
labels.h
nasm.c
nasm.h
nasmlib.c
nasmlib.h
ndisasm.c
output/outbin.c
output/outelf32.c
output/outelf64.c
output/outobj.c
output/outrdf2.c
preproc.c
stdscan.c