mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 10:29:08 +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);
|
procedure getcbreak(var breakvalue : boolean);
|
||||||
begin
|
begin
|
||||||
{ !! No Win32 Function !! }
|
{ !! No Win32 Function !! }
|
||||||
|
breakvalue := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -427,6 +428,7 @@ end;
|
|||||||
procedure getverify(var verify : boolean);
|
procedure getverify(var verify : boolean);
|
||||||
begin
|
begin
|
||||||
{ !! No Win32 Function !! }
|
{ !! No Win32 Function !! }
|
||||||
|
verify := true;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
@ -1009,7 +1011,10 @@ begin
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$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
|
+ platform specific information
|
||||||
|
|
||||||
Revision 1.8 2001/03/16 20:09:58 hajny
|
Revision 1.8 2001/03/16 20:09:58 hajny
|
||||||
|
Loading…
Reference in New Issue
Block a user