mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-09 21:28:46 +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
|
||||
OrdinalVarTypes = [varSmallInt, varInteger, varBoolean, varShortInt,
|
||||
varByte, varWord,varLongWord,varInt64];
|
||||
varByte, varWord,varLongWord,varInt64,varQWord];
|
||||
FloatVarTypes = [
|
||||
{$ifndef FPUNONE}
|
||||
varSingle, varDouble,
|
||||
{$endif}
|
||||
varCurrency];
|
||||
varCurrency, varDecimal];
|
||||
|
||||
{ Variant support procedures and functions }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user