Increased number of macros/requests ditroff can accept.
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 26 Jan 1984 09:17:13 +0000 (01:17 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Thu, 26 Jan 1984 09:17:13 +0000 (01:17 -0800)
SCCS-vsn: local/ditroff/ditroff.old.okeeffe/troff/tdef.h 1.4

usr/src/local/ditroff/ditroff.old.okeeffe/troff/tdef.h

index 208350a..61b5812 100644 (file)
 
 #define        EVSPARE DSIZE - EVUSED % DSIZE  /* number of leftover chars */
 #define        EVS     (EVUSED + EVSPARE)      /* should be a multiple of DSIZE */
 
 #define        EVSPARE DSIZE - EVUSED % DSIZE  /* number of leftover chars */
 #define        EVS     (EVUSED + EVSPARE)      /* should be a multiple of DSIZE */
-#define        NM      350     /* requests + macros */
+#define        NM      500     /* requests + macros */
 #define        DELTA   1024    /* delta core bytes */
 #define        NHYP    10      /* max hyphens per word */
 #define        NHEX    128     /* byte size of exception word list */
 #define        DELTA   1024    /* delta core bytes */
 #define        NHYP    10      /* max hyphens per word */
 #define        NHEX    128     /* byte size of exception word list */