mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 05:48:17 +02:00
* updated behavior of some routines to conform to docs
This commit is contained in:
parent
2c93d32ff3
commit
842dd17eb1
@ -415,6 +415,7 @@ end;
|
||||
procedure getcbreak(var breakvalue : boolean);
|
||||
begin
|
||||
{ !! No Win32 Function !! }
|
||||
breakvalue := true;
|
||||
end;
|
||||
|
||||
|
||||
@ -427,6 +428,7 @@ end;
|
||||
procedure getverify(var verify : boolean);
|
||||
begin
|
||||
{ !! No Win32 Function !! }
|
||||
verify := true;
|
||||
end;
|
||||
|
||||
|
||||
@ -1009,7 +1011,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.9 2001-06-13 22:21:53 hajny
|
||||
Revision 1.10 2001-11-23 00:36:26 carl
|
||||
* updated behavior of some routines to conform to docs
|
||||
|
||||
Revision 1.9 2001/06/13 22:21:53 hajny
|
||||
+ platform specific information
|
||||
|
||||
Revision 1.8 2001/03/16 20:09:58 hajny
|
||||
|
Loading…
Reference in New Issue
Block a user