From c24110790c646f40c307c88656c3eca7ed134e01 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 May 2018 16:57:48 +1000 Subject: Backport: Move implementations into cxx file. Replace 0 and NULL with nullptr. Update comments. Backport of changeset 6955:440e02c389df. --- src/ExternalLexer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ExternalLexer.cxx') diff --git a/src/ExternalLexer.cxx b/src/ExternalLexer.cxx index fdef2ad57..a8ed2fef5 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 , portions copyright Neil Hodgson. // The License.txt file describes the conditions under which this software may be distributed. -- cgit v1.2.3