git-svn-id: trunk@36184 -
@@ -3369,8 +3369,16 @@ begin
end;
exit;
- Value:='';
- Result:=false;
+ if (po_CheckCondFunction in Options) then
+ begin
+ Value:='';
+ Result:=false;
+ end
+ else
+ Value:='0';
+ Result:=true;
+ end;
procedure TPascalScanner.OnCondEvalLog(Sender: TCondDirectiveEvaluator;