mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-28 22:39:41 +02:00
+ propagate also widechar/pointer constants
This commit is contained in:
parent
0aa851b7f7
commit
b3c1f294ba
@ -346,6 +346,8 @@ unit optconstprop;
|
||||
(is_constintnode(a.right) or
|
||||
is_constboolnode(a.right) or
|
||||
is_constcharnode(a.right) or
|
||||
is_constwidecharnode(a.right) or
|
||||
is_constwidestringnode(a.right) or
|
||||
is_constenumnode(a.right) or
|
||||
is_conststringnode(a.right) or
|
||||
is_constpointernode(a.right)) then
|
||||
|
Loading…
Reference in New Issue
Block a user