mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 06:47:19 +01:00
* syntax corrected
This commit is contained in:
parent
8cdbc655e6
commit
ed95cd2ffa
@ -1,6 +1,6 @@
|
|||||||
const
|
const
|
||||||
p : procedure a;stdcall=nil; { <----- this doesn't what you expect !!!!}
|
p1 : procedure;stdcall=nil; { <----- this doesn't what you expect !!!!}
|
||||||
p : procedure a stdcall=nil; { so delphi supports also this way of }
|
p2 : procedure stdcall=nil; { so delphi supports also this way of }
|
||||||
{ declaration }
|
{ declaration }
|
||||||
|
|
||||||
begin
|
begin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user