diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index a8ceb449c..5a270cdca 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1901,6 +1901,7 @@ extern const char bb_default_login_shell[] ALIGN1; | |||
1901 | 1901 | ||
1902 | 1902 | ||
1903 | #define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0]))) | 1903 | #define ARRAY_SIZE(x) ((unsigned)(sizeof(x) / sizeof((x)[0]))) |
1904 | #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) | ||
1904 | 1905 | ||
1905 | 1906 | ||
1906 | /* We redefine ctype macros. Unicode-correct handling of char types | 1907 | /* We redefine ctype macros. Unicode-correct handling of char types |