mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-11 18:33:14 +01:00
Fixed compilation of lifetime.d
This commit is contained in:
@@ -1704,6 +1704,10 @@ Lagain:
|
||||
|
||||
if (t1n == t2n)
|
||||
;
|
||||
#if IN_LLVM
|
||||
else if (t1n->equals(t2n))
|
||||
;
|
||||
#endif
|
||||
else if (t1n->ty == Tvoid) // pointers to void are always compatible
|
||||
t = t2;
|
||||
else if (t2n->ty == Tvoid)
|
||||
|
||||
Reference in New Issue
Block a user