diff options
author | Joerg Bornemann <[email protected]> | 2024-02-02 09:54:08 +0100 |
---|---|---|
committer | Joerg Bornemann <[email protected]> | 2024-02-02 10:53:26 +0000 |
commit | 5b295dbee66504d21b8cc7d05d5e88e87644d586 (patch) | |
tree | cd3745a3b7e4ac8d558af2a22ade4c0ab9551800 /src/jomlib/exception.h | |
parent | 1878664e9a4ee146297fd55290e673b235ab1b29 (diff) |
Expressions like
!if defined(foo) && defined(bar)
checked for the existence of the macro "foo) && defined(bar" due to an
overly greedy regular expression in the lexer of the preprocessor.
NMake macro names cannot contain parentheses, so we can change the regex
to not eat the closing parenthesis.
The lexer was regenerated with flex 2.6.4.
Fixes: QTCREATORBUG-24134
Change-Id: I0e5f4f5b5603cf1d2a53ad6ff9224e18e5649a7d
Reviewed-by: Marcus Tillmanns <[email protected]>
Diffstat (limited to 'src/jomlib/exception.h')
0 files changed, 0 insertions, 0 deletions