Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which ...



details:   https://anonhg.NetBSD.org/src/rev/df8c883cb479
branches:  trunk
changeset: 476119:df8c883cb479
user:      kleink <kleink%NetBSD.org@localhost>
date:      Mon Sep 06 22:20:50 1999 +0000

description:
Bump NL_TEXTMAX to 2048 (== _POSIX2_LINE_MAX, which is the minimum value
required by XSH5.)

diffstat:

 include/limits.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 161a868435cb -r df8c883cb479 include/limits.h
--- a/include/limits.h  Mon Sep 06 21:58:45 1999 +0000
+++ b/include/limits.h  Mon Sep 06 22:20:50 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: limits.h,v 1.11 1998/08/03 14:32:04 kleink Exp $       */
+/*     $NetBSD: limits.h,v 1.12 1999/09/06 22:20:50 kleink Exp $       */
 
 /*
  * Copyright (c) 1988, 1993
@@ -72,7 +72,7 @@
 #define NL_MSGMAX              32767
 #define NL_NMAX                        1
 #define NL_SETMAX              255
-#define NL_TEXTMAX             255
+#define NL_TEXTMAX             2048
 
 #define TMP_MAX                        308915776
 #endif /* !_POSIX_C_SOURCE || _XOPEN_SOURCE */



Home | Main Index | Thread Index | Old Index