Replace <ctype.h> includes with "nctype.h"
commitc2f3f2601593823c1844a5b35b98ccb445ddde66
authorH. Peter Anvin <hpa@zytor.com>
Thu, 27 Dec 2018 20:37:25 +0000 (27 12:37 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 27 Dec 2018 20:37:25 +0000 (27 12:37 -0800)
treea99e8f9fe53e3f2770d856a6bec6e380011c2809
parentbd2803964e776b7e3cfa8292ed513aba32b1724c
Replace <ctype.h> includes with "nctype.h"

For almost everything we should use "nctype.h". Right now we don't
have a nasm_toupper() to use <ctype.h> for things that need toupper().

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
22 files changed:
asm/directiv.c
asm/eval.c
asm/float.c
asm/listing.c
asm/parser.c
asm/pptok.pl
asm/pragma.c
asm/preproc-nop.c
asm/preproc.c
asm/stdscan.c
disasm/ndisasm.c
nasmlib/readnum.c
output/outaout.c
output/outas86.c
output/outbin.c
output/outcoff.c
output/outdbg.c
output/outieee.c
output/outmacho.c
output/outobj.c
output/outrdf2.c
output/stabs.h