mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 13:58:32 +02:00
* remove ifdefs in var section of library load routine (produces some
unused vars on some platforms but is easier to keep cross-platform) git-svn-id: trunk@12237 -
This commit is contained in:
parent
22bb6c804b
commit
1e69e3955b
@ -1034,14 +1034,10 @@ end;
|
||||
function aspell_init(const libn: ansistring): Boolean;
|
||||
var
|
||||
libname: ansistring;
|
||||
{$IFDEF WINDOWS}
|
||||
bversion, path: ansistring;
|
||||
version: dword;
|
||||
{$ENDIF}
|
||||
{$ifdef linux}
|
||||
i: Integer;
|
||||
s: string;
|
||||
{$endif}
|
||||
begin
|
||||
aspell_init := True;
|
||||
libname := libn;
|
||||
|
Loading…
Reference in New Issue
Block a user