mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-18 14:50:24 +02:00
* Merging revisions 42280 from trunk:
------------------------------------------------------------------------ r42280 | michael | 2019-06-24 12:42:37 +0200 (Mon, 24 Jun 2019) | 1 line * Fix Bug ID #35759 ------------------------------------------------------------------------ git-svn-id: branches/fixes_3_2@42283 -
This commit is contained in:
parent
cfa1ddb5e4
commit
d1c7fa73b6
@ -331,6 +331,7 @@ begin
|
||||
ExprTree := nil;
|
||||
ExpColl := TExprCollection.Create;
|
||||
try
|
||||
FConstantsList.FreeAll;
|
||||
// FCurrentExpression := anExpression;
|
||||
ParseString(AnExpression, ExpColl);
|
||||
Check(ExpColl);
|
||||
|
Loading…
Reference in New Issue
Block a user