mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 14:10:23 +02:00
* fixed previous commit
This commit is contained in:
parent
142b4fb7f8
commit
8327c4284d
@ -1832,9 +1832,10 @@ implementation
|
||||
|
||||
function torddef.is_publishable : boolean;
|
||||
begin
|
||||
is_publishable:=typ in [uchar..bool8bit,u64bit,s64bit,uwidechar];
|
||||
is_publishable:=(typ<>uvoid);
|
||||
end;
|
||||
|
||||
|
||||
function torddef.gettypename : string;
|
||||
|
||||
const
|
||||
@ -5473,7 +5474,11 @@ implementation
|
||||
end.
|
||||
{
|
||||
$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
|
||||
the correct ordinal type for a range
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user