mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* fixed
This commit is contained in:
parent
8cfbdba9ea
commit
59543325a5
@ -1,7 +1,7 @@
|
||||
const
|
||||
p : procedure a;stdcall=nil; { <----- this doesn't what you expect !!!!}
|
||||
p : procedure a stdcall=nil; { so delphi supports also this way of }
|
||||
{ declaration }
|
||||
p : procedure;stdcall=nil; { <----- this doesn't what you expect !!!!}
|
||||
p : procedure stdcall=nil; { so delphi supports also this way of }
|
||||
{ declaration }
|
||||
|
||||
begin
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user