aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
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
commit3a0bafea3e458fbe58d7de7bd242934784ceb02b (patch)
treeeaff5d7475c85bcb6131362b1aeeca97976db859 /gtk/ScintillaGTK.cxx
parentc2aa7ed964464501fffbc3920967e7da4c8956cc (diff)
downloadscintilla-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 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index 1df3ed4b9..2fbeae39c 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -7,7 +7,6 @@
#include <cstdlib>
#include <cassert>
#include <cstring>
-#include <cctype>
#include <cstdio>
#include <ctime>
#include <cmath>