From b634b3d5f34edc335a25239e833f9054620c6094 Mon Sep 17 00:00:00 2001 From: Jannick Date: Mon, 28 Aug 2017 17:07:27 +1000 Subject: Bug [#1966]. "defined A" removes "A" before replacing "defined" with value. --- doc/ScintillaHistory.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index a6ea45827..faa16e696 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -533,9 +533,10 @@ Released 16 August 2017.
  • - The C++ lexer improved preprocessor conformance. - Default value of 0 for undefined preprocessor symbols. - #define A is treated as #define A 1. + The C++ lexer improved preprocessor conformance.
    + Default value of 0 for undefined preprocessor symbols.
    + #define A is treated as #define A 1.
    + "defined A" removes "A" before replacing "defined" with value. Bug #1966.
  • -- cgit v1.2.3