diff options
author | Neil <nyamatongwe@gmail.com> | 2019-01-13 16:30:28 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-01-13 16:30:28 +1100 |
commit | 3a0bafea3e458fbe58d7de7bd242934784ceb02b (patch) | |
tree | eaff5d7475c85bcb6131362b1aeeca97976db859 /cocoa/ScintillaCocoa.h | |
parent | c2aa7ed964464501fffbc3920967e7da4c8956cc (diff) | |
download | scintilla-mirror-3a0bafea3e458fbe58d7de7bd242934784ceb02b.tar.gz |
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.
Diffstat (limited to 'cocoa/ScintillaCocoa.h')
-rw-r--r-- | cocoa/ScintillaCocoa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.h b/cocoa/ScintillaCocoa.h index 8ed17d7de..7622c660b 100644 --- a/cocoa/ScintillaCocoa.h +++ b/cocoa/ScintillaCocoa.h @@ -15,7 +15,6 @@ #include <cstddef> #include <cstdlib> -#include <cctype> #include <cstdio> #include <ctime> |