This commit is contained in:
peter 1999-09-29 12:23:26 +00:00
parent 8cfbdba9ea
commit 59543325a5

View File

@ -1,7 +1,7 @@
const const
p : procedure a;stdcall=nil; { <----- this doesn't what you expect !!!!} p : procedure;stdcall=nil; { <----- this doesn't what you expect !!!!}
p : procedure a stdcall=nil; { so delphi supports also this way of } p : procedure stdcall=nil; { so delphi supports also this way of }
{ declaration } { declaration }
begin begin
end. end.