Fix for Mantis #23700 .

scanner.pas, parse_compiler_expr.read_factor:
  * initialize result value

git-svn-id: trunk@23454 -
This commit is contained in:
svenbarth 2013-01-20 11:21:20 +00:00
parent faba932549
commit 632db2229f

View File

@ -933,6 +933,7 @@ In case not, the value returned can be arbitrary.
setElemType : TCTETypeSet;
begin
read_factor:='';
if current_scanner.preproc_token=_ID then
begin
if current_scanner.preproc_pattern='DEFINED' then