Scalar 64bit decimal type
This commit is contained in:
+4
-2
@@ -35,9 +35,11 @@ uses
|
||||
Myc.Data.Types.Void in '..\Src\Data\Myc.Data.Types.Void.pas',
|
||||
Myc.Data.Types.Decimal in '..\Src\Data\Myc.Data.Types.Decimal.pas',
|
||||
Myc.Ast in '..\Src\AST\Myc.Ast.pas',
|
||||
TestAst in '..\Src\AST\TestAst.pas',
|
||||
Myc.Data.Types.JSON in '..\Src\Data\Myc.Data.Types.JSON.pas',
|
||||
TestDataTypes.JSON in '..\Src\Data\TestDataTypes.JSON.pas';
|
||||
TestDataTypes.JSON in '..\Src\Data\TestDataTypes.JSON.pas',
|
||||
Myc.Data.POD in '..\Src\Data\Myc.Data.POD.pas',
|
||||
Myc.Data.Decimal in '..\Src\Data\Myc.Data.Decimal.pas',
|
||||
TestDataDecimal in 'TestDataDecimal.pas';
|
||||
|
||||
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
|
||||
{$IFNDEF TESTINSIGHT}
|
||||
|
||||
Reference in New Issue
Block a user