mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 21:50:14 +02:00
* add cblock directive so that the test fails for the correct reason
This commit is contained in:
parent
6ee4ee960e
commit
7f9428eed5
@ -7,7 +7,7 @@
|
||||
{$modeswitch cblocks}
|
||||
|
||||
type
|
||||
treadabilityHandler = reference to procedure (l :longint); cdecl;
|
||||
treadabilityHandler = reference to procedure (l :longint); cdecl; cblock;
|
||||
|
||||
procedure setReadabilityHandler(ahandler: treadabilityHandler);
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user