From 8a541f67cbb7eaaaa7a7d55bc1ae40e218f5f39e Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 28 Aug 2017 17:22:28 +1000 Subject: New header ILoader.h defines ILoader interface as it does not belong in ILexer.h. --- doc/ScintillaHistory.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index faa16e696..4eb8c1e2a 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -533,6 +533,10 @@ Released 16 August 2017.
  • + 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