Skip to content

Commit

Permalink
drop old haxism; add complex dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
paulfitz committed Oct 28, 2019
1 parent 267767e commit 02e6e9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions msg/DEPEND.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ set(req_COS_Map COS_ListPre)
set(req_COS_Series COS_Map COS_OrLogic COS_If)
set(req_COS_Translate COS_ListPre)
set(req_COS_List COS_ListPre COS_Translate COS_OrLogic)
set(req_COS_Complex COS_List COS_Map COS_Series)
set(req_COS_Dot COS_List)
set(req_COS_Element COS_List COS_Series COS_Hash COS_NewType)
set(req_COS_Let COS_List)
Expand Down
4 changes: 2 additions & 2 deletions src/cosmicos/BigInteger.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1432,8 +1432,8 @@ class BigInteger {
public static var F1 : Int;
public static var F2 : Int;

public static var ZERO(get_ZERO,null) : BigInteger;
public static var ONE(get_ONE, null) : BigInteger;
public static var ZERO(get,null) : BigInteger;
public static var ONE(get, null) : BigInteger;

// Digit conversions
#if as3gen public #end static var BI_RM : String;
Expand Down

0 comments on commit 02e6e9b

Please sign in to comment.