aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
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 /gtk
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 'gtk')
-rw-r--r--gtk/ScintillaGTK.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index b1dbd9bfe..24d2ef212 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>