mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 16:49:07 +02:00
* publishing of qword, int64 and widechar properties is now possible
This commit is contained in:
parent
f6d0c598bf
commit
889ca6ea25
@ -1820,7 +1820,7 @@ implementation
|
|||||||
|
|
||||||
function torddef.is_publishable : boolean;
|
function torddef.is_publishable : boolean;
|
||||||
begin
|
begin
|
||||||
is_publishable:=typ in [uchar..bool8bit];
|
is_publishable:=typ in [uchar..bool8bit,u64bit,s64bit,uwidechar];
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function torddef.gettypename : string;
|
function torddef.gettypename : string;
|
||||||
@ -5396,7 +5396,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.55 2001-11-02 22:58:06 peter
|
Revision 1.56 2001-11-18 18:27:57 florian
|
||||||
|
* publishing of qword, int64 and widechar properties is now possible
|
||||||
|
|
||||||
|
Revision 1.55 2001/11/02 22:58:06 peter
|
||||||
* procsym definition rewrite
|
* procsym definition rewrite
|
||||||
|
|
||||||
Revision 1.54 2001/10/25 21:22:37 peter
|
Revision 1.54 2001/10/25 21:22:37 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user