diff options
Diffstat (limited to 'dmake/win95')
-rw-r--r-- | dmake/win95/microsft/ruletab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dmake/win95/microsft/ruletab.c b/dmake/win95/microsft/ruletab.c index 2005d5c4f1b3..494d2f132f4d 100644 --- a/dmake/win95/microsft/ruletab.c +++ b/dmake/win95/microsft/ruletab.c @@ -1,4 +1,4 @@ -/* RCS $Id: ruletab.c,v 1.3 2006-04-20 12:24:37 hr Exp $ +/* RCS $Id: ruletab.c,v 1.4 2006-06-29 11:32:26 ihi Exp $ -- -- SYNOPSIS -- Default initial configuration of dmake. @@ -32,7 +32,7 @@ #include <stdio.h> static char *_rules[] = { - "MAXLINELENGTH := 8190", + "MAXLINELENGTH := 32766", "MAXPROCESSLIMIT := 4", "MAXPROCESS := 1", ".IMPORT .IGNORE: DMAKEROOT", |