X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=token.h;h=16cd8cb45c561561154c8fc5cfc34e69f2dfefd8;hb=1df6df8dae6679e81b24a547bfc491474117391c;hp=310a9c258be013e885ac83cdeb971ec3c0a458d2;hpb=f23a0935e11c9a1ad61e4b4ee4a1e63fbd7b3e00;p=rmac diff --git a/token.h b/token.h index 310a9c2..16cd8cb 100644 --- a/token.h +++ b/token.h @@ -30,7 +30,7 @@ #define TOKBUFSIZE 4096 // 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 -#define KWSIZE 7 // Maximum size of keyword in kwtab.h +#define KWSIZE 10 // Maximum size of keyword in kwtab.h // (Normally) non-printable tokens #define COLON ':' // : (grumble: GNUmacs hates ':')