aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ExternalLexer.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2018-05-16 16:57:48 +1000
committerNeil <nyamatongwe@gmail.com>2018-05-16 16:57:48 +1000
commit89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333 (patch)
treea6dc0fee046ed65719bcb9cd96b2ed8334efb895 /src/ExternalLexer.cxx
parentd6ebb097f16792bb33e9cf094a3907fbca1ecfda (diff)
downloadscintilla-mirror-89206d94f9095ab9e3c9a8c0e5f3556c2d4b7333.tar.gz
Move implementations into cxx file.
Replace 0 and NULL with nullptr. Update comments.
Diffstat (limited to 'src/ExternalLexer.cxx')
-rw-r--r--src/ExternalLexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx
index 54bd62939..dd9a7179e 100644
--- a/src/ExternalLexer.cxx
+++ b/src/ExternalLexer.cxx
@@ -1,6 +1,6 @@
// Scintilla source code edit control
/** @file ExternalLexer.cxx
- ** Support external lexers in DLLs.
+ ** Support external lexers in DLLs or shared libraries.
**/
// Copyright 2001 Simon Steele <ss@pnotepad.org>, portions copyright Neil Hodgson.
// The License.txt file describes the conditions under which this software may be distributed.