From 6f2acdebacaed2086f4e1e88ca7c914118895eb5 Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 28 Aug 2017 17:22:28 +1000 Subject: Backport: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h. Backport of changeset 6383:9c8257ff60b7. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 2a97771f7..6598f622c 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -570,6 +570,10 @@ Bug #1919.
  • + The ILoader interface is defined in its own header ILoader.h as it is not + related to lexing so doesn't belong in ILexer.h. +
  • +
  • The C++ lexer improved preprocessor conformance.
    Default value of 0 for undefined preprocessor symbols.
    #define A is treated as #define A 1.
    -- cgit v1.2.3