Avoid redundant "const" for macros_t
commita70547f3ae6abaa2c658fdfdacf0ad6001b6839f
authorH. Peter Anvin <hpa@zytor.com>
Sun, 20 Jul 2008 04:44:26 +0000 (19 21:44 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 20 Jul 2008 04:44:26 +0000 (19 21:44 -0700)
tree19bb03d5498fbd6581504b64d2e8289ba94ad657
parent289ff7e2a870c8e29ebbbd9b3a04abcafd0643f4
Avoid redundant "const" for macros_t

Don't use a redundant "const" for macros_t (which is const unsigned
char), since OpenWatcom doesn't like it, and I believe it is incorrect
per the C standard.
nasm.h
preproc.c
preproc.h