Skip to content

Commit

Permalink
prevent bitmasks double included in mmdist if -d:nimArcDebug added (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
derekdai authored Mar 21, 2021
1 parent fb38d90 commit fd09ace
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/system/cellsets.nim
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ when defined(gcOrc) or defined(gcArc):
type
PCell = Cell

include bitmasks
when not declaredInScope(PageShift):
include bitmasks

else:
type
Expand Down

0 comments on commit fd09ace

Please sign in to comment.