mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-03 22:58:51 +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;
|
||||
|
||||
|
||||
coff_t = clong;
|
||||
|
||||
|
||||
{$ifndef FPUNONE}
|
||||
cfloat = single; pcfloat = ^cfloat;
|
||||
cdouble = double; pcdouble = ^cdouble;
|
||||
|
@ -54,3 +54,5 @@ type
|
||||
// clongdouble = UnixType.clongdouble; pclongdouble = UnixType.pclongdouble;
|
||||
{$endif}
|
||||
|
||||
coff_t = UnixType.TOff;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user