mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 20:05:57 +02:00
Variants: add varQWord to OrdinalVarTypes and varDecimal to FloatVarTypes
git-svn-id: trunk@45572 -
This commit is contained in:
parent
a5ab1c03ea
commit
896b7c8dc2
@ -54,12 +54,12 @@ type
|
|||||||
|
|
||||||
Const
|
Const
|
||||||
OrdinalVarTypes = [varSmallInt, varInteger, varBoolean, varShortInt,
|
OrdinalVarTypes = [varSmallInt, varInteger, varBoolean, varShortInt,
|
||||||
varByte, varWord,varLongWord,varInt64];
|
varByte, varWord,varLongWord,varInt64,varQWord];
|
||||||
FloatVarTypes = [
|
FloatVarTypes = [
|
||||||
{$ifndef FPUNONE}
|
{$ifndef FPUNONE}
|
||||||
varSingle, varDouble,
|
varSingle, varDouble,
|
||||||
{$endif}
|
{$endif}
|
||||||
varCurrency];
|
varCurrency, varDecimal];
|
||||||
|
|
||||||
{ Variant support procedures and functions }
|
{ Variant support procedures and functions }
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user