X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=f8f0d9af9014023602f4cbb179204e68d745b2ee;hp=9adabefa06c93b46ccb8dff2e722fd7b75ecc26d;hb=03eb5a53e1990094c317c12d496245d8b472333c;hpb=5cd8a4814b805f1ef8ce689423eb5eeba12573c5 diff --git a/token.h b/token.h index 9adabef..f8f0d9a 100644 --- a/token.h +++ b/token.h @@ -25,7 +25,7 @@ #define IFENT struct _ifent // Tunable definitions -#define LNSIZ 256 // Maximum size of a line of text +#define LNSIZ 1024 // Maximum size of a line of text #define TOKBUFSIZE 400 // Size of token-line buffer #define QUANTUM 4096L // # bytes to eat at a time from a file #define LNBUFSIZ (QUANTUM*2) // Size of file's buffer