summaryrefslogtreecommitdiffstats
path: root/include/limits.h
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-08-09 00:15:17 +0000
committerbapt <bapt@FreeBSD.org>2015-08-09 00:15:17 +0000
commit2c81d1658920f732f451e9edffa48cf9b90607b1 (patch)
tree20549ce39ea8b5a45adaa22dbf88f3cba90d926d /include/limits.h
parentee75e8628c34502fa04b16cab8adb0a4ab24a2fc (diff)
parent9e0d1c3e199cfcd8480d2e892da387ebb1bbde8b (diff)
downloadFreeBSD-src-2c81d1658920f732f451e9edffa48cf9b90607b1.zip
FreeBSD-src-2c81d1658920f732f451e9edffa48cf9b90607b1.tar.gz
Merge from HEAD
Diffstat (limited to 'include/limits.h')
-rw-r--r--include/limits.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/limits.h b/include/limits.h
index 7a58997..3910928 100644
--- a/include/limits.h
+++ b/include/limits.h
@@ -63,7 +63,7 @@
#define BC_DIM_MAX 2048 /* max array elements in bc(1) */
#define BC_SCALE_MAX 99 /* max scale value in bc(1) */
#define BC_STRING_MAX 1000 /* max const string length in bc(1) */
-#define COLL_WEIGHTS_MAX 0 /* max weights for order keyword */
+#define COLL_WEIGHTS_MAX 10 /* max weights for order keyword */
#define EXPR_NEST_MAX 32 /* max expressions nested in expr(1) */
#define LINE_MAX 2048 /* max bytes in an input line */
#define RE_DUP_MAX 255 /* max RE's in interval notation */
OpenPOWER on IntegriCloud