mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-21 11:18:35 +02:00
+ more c types
git-svn-id: trunk@12175 -
This commit is contained in:
parent
c8fae83c57
commit
d78855cea8
@ -77,6 +77,9 @@ type
|
|||||||
u_short = cushort;
|
u_short = cushort;
|
||||||
|
|
||||||
|
|
||||||
|
coff_t = clong;
|
||||||
|
|
||||||
|
|
||||||
{$ifndef FPUNONE}
|
{$ifndef FPUNONE}
|
||||||
cfloat = single; pcfloat = ^cfloat;
|
cfloat = single; pcfloat = ^cfloat;
|
||||||
cdouble = double; pcdouble = ^cdouble;
|
cdouble = double; pcdouble = ^cdouble;
|
||||||
|
@ -54,3 +54,5 @@ type
|
|||||||
// clongdouble = UnixType.clongdouble; pclongdouble = UnixType.pclongdouble;
|
// clongdouble = UnixType.clongdouble; pclongdouble = UnixType.pclongdouble;
|
||||||
{$endif}
|
{$endif}
|
||||||
|
|
||||||
|
coff_t = UnixType.TOff;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user