mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:19:25 +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}
|
||||
Pgint8 = ^gint8;
|
||||
gint8 = char;
|
||||
gint8 = shortint;
|
||||
|
||||
Pguint8 = ^guint8;
|
||||
guint8 = byte;
|
||||
|
Loading…
Reference in New Issue
Block a user