mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 23:09:18 +02:00
* changed gfloat back to single
git-svn-id: trunk@413 -
This commit is contained in:
parent
089fd11e6b
commit
14d891901d
@ -49,7 +49,7 @@
|
|||||||
guint = dword;
|
guint = dword;
|
||||||
|
|
||||||
Pgfloat = ^gfloat;
|
Pgfloat = ^gfloat;
|
||||||
gfloat = double;
|
gfloat = single;
|
||||||
|
|
||||||
Pgdouble = ^gdouble;
|
Pgdouble = ^gdouble;
|
||||||
gdouble = double;
|
gdouble = double;
|
||||||
|
Loading…
Reference in New Issue
Block a user