Changed MAXLINE back to its original value.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2022 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2002-11-20 00:34:10 +00:00
parent d78319516e
commit 05c57717ee
+1 -1
View File
@@ -449,7 +449,7 @@
*/
# ifndef MAXLINE
# define MAXLINE 20480 /* longest 'together' actions' */
# define MAXLINE 10240 /* longest 'together' actions' */
# endif
# ifndef EXITOK