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