mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 01:49:20 +02:00
+ AInt added
This commit is contained in:
parent
86e92d9daf
commit
c51b6fa45b
@ -32,6 +32,8 @@ Interface
|
|||||||
Type
|
Type
|
||||||
AWord = QWord;
|
AWord = QWord;
|
||||||
PAWord = ^AWord;
|
PAWord = ^AWord;
|
||||||
|
AInt = int64;
|
||||||
|
PAInt = ^AInt;
|
||||||
|
|
||||||
{ the ordinal type used when evaluating constant integer expressions }
|
{ the ordinal type used when evaluating constant integer expressions }
|
||||||
TConstExprInt = int64;
|
TConstExprInt = int64;
|
||||||
@ -109,7 +111,10 @@ Implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.10 2003-12-25 01:07:09 florian
|
Revision 1.11 2004-04-12 18:25:26 florian
|
||||||
|
+ AInt added
|
||||||
|
|
||||||
|
Revision 1.10 2003/12/25 01:07:09 florian
|
||||||
+ $fputype directive support
|
+ $fputype directive support
|
||||||
+ single data type operations with sse unit
|
+ single data type operations with sse unit
|
||||||
* fixed more x86-64 stuff
|
* fixed more x86-64 stuff
|
||||||
|
Loading…
Reference in New Issue
Block a user