mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 11:29:29 +02:00
Fix for Mantis #23700 .
scanner.pas, parse_compiler_expr.read_factor: * initialize result value git-svn-id: trunk@23454 -
This commit is contained in:
parent
faba932549
commit
632db2229f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user