aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 3fb477b33..f574f9b5f 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -60,7 +60,7 @@
60#define PATH_MAX 256 60#define PATH_MAX 256
61#endif 61#endif
62 62
63/* Not (yet) used, but tested to work correctly 63/* Tested to work correctly (IIRC :]) */
64#define MAXINT(T) (T)( \ 64#define MAXINT(T) (T)( \
65 ((T)-1) > 0 \ 65 ((T)-1) > 0 \
66 ? (T)-1 \ 66 ? (T)-1 \
@@ -72,7 +72,6 @@
72 ? (T)0 \ 72 ? (T)0 \
73 : ((T)1 << (sizeof(T)*8-1)) \ 73 : ((T)1 << (sizeof(T)*8-1)) \
74 ) 74 )
75*/
76 75
77/* Large file support */ 76/* Large file support */
78/* Note that CONFIG_LFS forces bbox to be built with all common ops 77/* Note that CONFIG_LFS forces bbox to be built with all common ops