summaryrefslogtreecommitdiff
path: root/asm/pragma.c
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2018-12-27 12:37:25 -0800
committerH. Peter Anvin <hpa@zytor.com>2018-12-27 12:37:25 -0800
commitc2f3f2601593823c1844a5b35b98ccb445ddde66 (patch)
treea99e8f9fe53e3f2770d856a6bec6e380011c2809 /asm/pragma.c
parentbd2803964e776b7e3cfa8292ed513aba32b1724c (diff)
downloadnasm-c2f3f2601593823c1844a5b35b98ccb445ddde66.tar.gz
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>
Diffstat (limited to 'asm/pragma.c')
-rw-r--r--asm/pragma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/pragma.c b/asm/pragma.c
index 12b7ed25..363e593c 100644
--- a/asm/pragma.c
+++ b/asm/pragma.c
@@ -40,7 +40,7 @@
#include "compiler.h"
#include <stdlib.h>
-#include <ctype.h>
+#include "nctype.h"
#include <limits.h>
#include "nasm.h"