mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 09:34:12 +02:00
* var declaration was missing ??
This commit is contained in:
parent
0252e17f0e
commit
39a719b39b
@ -32,6 +32,10 @@ end;
|
|||||||
function GetVESAInfo( Mode : WORD ):Boolean;
|
function GetVESAInfo( Mode : WORD ):Boolean;
|
||||||
var Result_:longint;
|
var Result_:longint;
|
||||||
St : string;
|
St : string;
|
||||||
|
{$ifdef Test_linear}
|
||||||
|
Temp : longint;
|
||||||
|
{$endif Test_linear}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Result_:=Global_dos_alloc($0200);
|
Result_:=Global_dos_alloc($0200);
|
||||||
Sel:=word(Result_);
|
Sel:=word(Result_);
|
||||||
@ -329,7 +333,10 @@ end;
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.1 1998-12-21 13:07:03 peter
|
Revision 1.2 1998-12-21 14:06:03 pierre
|
||||||
|
* var declaration was missing ??
|
||||||
|
|
||||||
|
Revision 1.1 1998/12/21 13:07:03 peter
|
||||||
* use -FE
|
* use -FE
|
||||||
|
|
||||||
Revision 1.7 1998/11/25 13:04:46 pierre
|
Revision 1.7 1998/11/25 13:04:46 pierre
|
||||||
|
Loading…
Reference in New Issue
Block a user