mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 18:25:58 +02:00
*** empty log message ***
This commit is contained in:
parent
9170b30465
commit
cb0660deaa
8
bugs/bug0232.pp
Normal file
8
bugs/bug0232.pp
Normal file
@ -0,0 +1,8 @@
|
||||
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 }
|
||||
|
||||
begin
|
||||
end.
|
||||
|
@ -314,3 +314,5 @@ bug0229.pp consts > 255 are truncated (should work in -S2,-Sd)
|
||||
bug0230.pp several strange happen on the ln function: ln(0): no
|
||||
FPE and writeln can't write non numeric values
|
||||
bug0231.pp Problem with comments
|
||||
bug0232.pp const. procedure variables need a special syntax
|
||||
if they use calling specification modifiers
|
||||
|
Loading…
Reference in New Issue
Block a user