mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 09:30:21 +02:00
* fixed previous commit
This commit is contained in:
parent
142b4fb7f8
commit
8327c4284d
@ -1832,9 +1832,10 @@ implementation
|
|||||||
|
|
||||||
function torddef.is_publishable : boolean;
|
function torddef.is_publishable : boolean;
|
||||||
begin
|
begin
|
||||||
is_publishable:=typ in [uchar..bool8bit,u64bit,s64bit,uwidechar];
|
is_publishable:=(typ<>uvoid);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function torddef.gettypename : string;
|
function torddef.gettypename : string;
|
||||||
|
|
||||||
const
|
const
|
||||||
@ -5473,7 +5474,11 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.62 2002-01-06 12:08:15 peter
|
Revision 1.63 2002-01-06 21:52:30 peter
|
||||||
|
|
||||||
|
* fixed previous commit
|
||||||
|
|
||||||
|
Revision 1.62 2002/01/06 12:08:15 peter
|
||||||
* removed uauto from orddef, use new range_to_basetype generating
|
* removed uauto from orddef, use new range_to_basetype generating
|
||||||
the correct ordinal type for a range
|
the correct ordinal type for a range
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user