aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-01-13 16:30:28 +1100
committerNeil <nyamatongwe@gmail.com>2019-01-13 16:30:28 +1100
commit7927d7da0bbc485a142426bd6dbb9d6db8c2c105 (patch)
treeeebfa2cbc98b556001bf4cb8a0df4aeeef9bfa33 /cocoa
parent468e18f0fab0cd0bc2e2a9944c02317e9ea828af (diff)
downloadscintilla-mirror-7927d7da0bbc485a142426bd6dbb9d6db8c2c105.tar.gz
Backport: Replace the only use of a function from <cctype> with a Scintilla function.
Remove inclusion of <cctype> except in lexers as cctype functions often behave poorly and may crash for out of bounds arguments. Backport of changeset 7228:348e55f8107c.
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaCocoa.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h
index ddfa205d6..ab0fca20d 100644
--- a/cocoa/ScintillaCocoa.h
+++ b/cocoa/ScintillaCocoa.h
@@ -15,7 +15,6 @@
#include <cstddef>
#include <cstdlib>
-#include <cctype>
#include <cstdio>
#include <ctime>