mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* gint8 changed to shortint
git-svn-id: trunk@738 -
This commit is contained in:
parent
9e6c9d4fc7
commit
a1dd230825
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
{$IFDEF read_forward_definitions}
|
{$IFDEF read_forward_definitions}
|
||||||
Pgint8 = ^gint8;
|
Pgint8 = ^gint8;
|
||||||
gint8 = char;
|
gint8 = shortint;
|
||||||
|
|
||||||
Pguint8 = ^guint8;
|
Pguint8 = ^guint8;
|
||||||
guint8 = byte;
|
guint8 = byte;
|
||||||
|
Loading…
Reference in New Issue
Block a user