mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 20:09:25 +02:00
Fix more compilation errors
git-svn-id: trunk@38761 -
This commit is contained in:
parent
1405110f33
commit
30fb24f06a
@ -36,7 +36,6 @@ uses
|
||||
for fpwidestring and unicodeducet use }
|
||||
strings;
|
||||
{$endif def USE_INTERNAL_UNICODE}
|
||||
{$endif}
|
||||
|
||||
procedure TestRawByte(const Source: RawByteString; cp: word; const reason: integer);
|
||||
begin
|
||||
|
@ -27,7 +27,6 @@ uses
|
||||
but simpifies the conditional construction
|
||||
for fpwidestring and unicodeducet use }
|
||||
strings;
|
||||
{$endif}
|
||||
{$endif def USE_INTERNAL_UNICODE}
|
||||
|
||||
var
|
||||
|
@ -27,7 +27,6 @@ uses
|
||||
but simpifies the conditional construction
|
||||
for fpwidestring and unicodeducet use }
|
||||
strings;
|
||||
{$endif}
|
||||
{$endif def USE_INTERNAL_UNICODE}
|
||||
|
||||
var
|
||||
|
@ -26,7 +26,6 @@ uses
|
||||
but simpifies the conditional construction
|
||||
for fpwidestring and unicodeducet use }
|
||||
strings;
|
||||
{$endif}
|
||||
|
||||
type
|
||||
ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );
|
||||
|
@ -42,7 +42,6 @@ uses
|
||||
but simpifies the conditional construction
|
||||
for fpwidestring and unicodeducet use }
|
||||
strings;
|
||||
{$endif}
|
||||
{$endif def USE_INTERNAL_UNICODE}
|
||||
|
||||
procedure test(value, required: longint);
|
||||
|
Loading…
Reference in New Issue
Block a user