We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d2f0ec commit 339a552Copy full SHA for 339a552
clang/lib/Headers/limits.h
@@ -116,7 +116,9 @@
116
#pragma poison that could be used to deprecate a macro - the code should just
117
use LLONG_MAX and friends.
118
*/
119
-#if (defined(__GNU_LIBRARY__) ? defined(__USE_GNU) : !defined(__STRICT_ANSI__)) || defined(__BIONIC__)
+#if (defined(__GNU_LIBRARY__) ? defined(__USE_GNU) \
120
+ : !defined(__STRICT_ANSI__)) || \
121
+ defined(__BIONIC__)
122
123
#undef LONG_LONG_MIN
124
#undef LONG_LONG_MAX
0 commit comments