mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 13:39:36 +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;
|
||||
|
||||
Pgfloat = ^gfloat;
|
||||
gfloat = double;
|
||||
gfloat = single;
|
||||
|
||||
Pgdouble = ^gdouble;
|
||||
gdouble = double;
|
||||
|
Loading…
Reference in New Issue
Block a user