mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 14:09:17 +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 }
|
for fpwidestring and unicodeducet use }
|
||||||
strings;
|
strings;
|
||||||
{$endif def USE_INTERNAL_UNICODE}
|
{$endif def USE_INTERNAL_UNICODE}
|
||||||
{$endif}
|
|
||||||
|
|
||||||
procedure TestRawByte(const Source: RawByteString; cp: word; const reason: integer);
|
procedure TestRawByte(const Source: RawByteString; cp: word; const reason: integer);
|
||||||
begin
|
begin
|
||||||
|
@ -27,7 +27,6 @@ uses
|
|||||||
but simpifies the conditional construction
|
but simpifies the conditional construction
|
||||||
for fpwidestring and unicodeducet use }
|
for fpwidestring and unicodeducet use }
|
||||||
strings;
|
strings;
|
||||||
{$endif}
|
|
||||||
{$endif def USE_INTERNAL_UNICODE}
|
{$endif def USE_INTERNAL_UNICODE}
|
||||||
|
|
||||||
var
|
var
|
||||||
|
@ -27,7 +27,6 @@ uses
|
|||||||
but simpifies the conditional construction
|
but simpifies the conditional construction
|
||||||
for fpwidestring and unicodeducet use }
|
for fpwidestring and unicodeducet use }
|
||||||
strings;
|
strings;
|
||||||
{$endif}
|
|
||||||
{$endif def USE_INTERNAL_UNICODE}
|
{$endif def USE_INTERNAL_UNICODE}
|
||||||
|
|
||||||
var
|
var
|
||||||
|
@ -26,7 +26,6 @@ uses
|
|||||||
but simpifies the conditional construction
|
but simpifies the conditional construction
|
||||||
for fpwidestring and unicodeducet use }
|
for fpwidestring and unicodeducet use }
|
||||||
strings;
|
strings;
|
||||||
{$endif}
|
|
||||||
|
|
||||||
type
|
type
|
||||||
ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );
|
ts866 = type ansistring( {$ifdef android} 1251 {$else} 866 {$endif} );
|
||||||
|
@ -42,7 +42,6 @@ uses
|
|||||||
but simpifies the conditional construction
|
but simpifies the conditional construction
|
||||||
for fpwidestring and unicodeducet use }
|
for fpwidestring and unicodeducet use }
|
||||||
strings;
|
strings;
|
||||||
{$endif}
|
|
||||||
{$endif def USE_INTERNAL_UNICODE}
|
{$endif def USE_INTERNAL_UNICODE}
|
||||||
|
|
||||||
procedure test(value, required: longint);
|
procedure test(value, required: longint);
|
||||||
|
Loading…
Reference in New Issue
Block a user