mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 21:40:34 +02:00
* do not create an fpc_zeromem node if size=0
git-svn-id: trunk@27224 -
This commit is contained in:
parent
6f14dbdebe
commit
04464b8622
@ -217,7 +217,7 @@ implementation
|
|||||||
exit;
|
exit;
|
||||||
with tabstractnormalvarsym(p) do
|
with tabstractnormalvarsym(p) do
|
||||||
begin
|
begin
|
||||||
if vo_is_default_var in varoptions then
|
if (vo_is_default_var in varoptions) and (vardef.size>0) then
|
||||||
begin
|
begin
|
||||||
b:=tblocknode(arg);
|
b:=tblocknode(arg);
|
||||||
b.left:=cstatementnode.create(
|
b.left:=cstatementnode.create(
|
||||||
|
Loading…
Reference in New Issue
Block a user