mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 00:09:32 +02:00
* make halt codes unique
git-svn-id: trunk@43046 -
This commit is contained in:
parent
eb71d11b99
commit
ad8de624b8
@ -36,6 +36,6 @@ begin
|
||||
{$endif}
|
||||
halt(1);
|
||||
if GetSetProp(C, 'St')<>'ckNormal,ckVip' then
|
||||
halt(1);
|
||||
halt(2);
|
||||
writeln('ok');
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user