diff --git a/compiler/scanner.pas b/compiler/scanner.pas index 2739337601..ba6c75873a 100644 --- a/compiler/scanner.pas +++ b/compiler/scanner.pas @@ -1923,7 +1923,7 @@ type else if current_scanner.preproc_token =_LKLAMMER then begin preproc_consume(_LKLAMMER); - result:=preproc_sub_expr(opcompare,true); + result:=preproc_sub_expr(opcompare,eval); preproc_consume(_RKLAMMER); end else if current_scanner.preproc_token = _LECKKLAMMER then