mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 19:09:16 +02:00
* Fix from Henrique Werlang, use safename when writing pascal code (pas2js issue 39196)
This commit is contained in:
parent
b00fdb7205
commit
a16449c54e
@ -1006,7 +1006,7 @@ begin
|
|||||||
A:= TPasArgument(AList[i]);
|
A:= TPasArgument(AList[i]);
|
||||||
if i > 0 then
|
if i > 0 then
|
||||||
Add('; ');
|
Add('; ');
|
||||||
Add(AccessNames[A.Access]+A.Name);
|
Add(AccessNames[A.Access]+A.SafeName);
|
||||||
if Assigned(A.ArgType) then
|
if Assigned(A.ArgType) then
|
||||||
begin
|
begin
|
||||||
Add(': ');
|
Add(': ');
|
||||||
|
Loading…
Reference in New Issue
Block a user