Skip to content

Commit 8a2513b

Browse files
committed
fix #endif comment
1 parent 7912247 commit 8a2513b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Demangling/DemanglerAssert.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
swift::Demangle::failAssert(__FILE__, __LINE__, node, #expr); \
4141
} while (0)
4242

43-
#endif // !defined(NDEBUG) && !SWIFT_RUNTIME
43+
#endif // SWIFT_RUNTIME || defined(NDEBUG)
4444

4545
namespace swift {
4646
namespace Demangle {

0 commit comments

Comments
 (0)