From: Dave Slattengren Date: Thu, 4 Aug 1983 09:02:14 +0000 (-0800) Subject: raised the number of fonts to 60 from 10 X-Git-Tag: BSD-4_2-Snapshot-Development~567 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/bd5529823ce69cc7e5152478d00b5adf840cb8a0 raised the number of fonts to 60 from 10 SCCS-vsn: local/ditroff/ditroff.old.okeeffe/troff/tdef.h 1.3 --- diff --git a/usr/src/local/ditroff/ditroff.old.okeeffe/troff/tdef.h b/usr/src/local/ditroff/ditroff.old.okeeffe/troff/tdef.h index c9fbf365b9..208350a431 100644 --- a/usr/src/local/ditroff/ditroff.old.okeeffe/troff/tdef.h +++ b/usr/src/local/ditroff/ditroff.old.okeeffe/troff/tdef.h @@ -120,7 +120,7 @@ /* array sizes, and similar limits: */ -#define NFONT 10 /* maximum number of fonts (including specials) */ +#define NFONT 60 /* maximum number of fonts (including specials) */ #define EXTRAFONT 500 /* extra space for swapping a font */ #define NN 300 /* number registers */ #define NNAMES 15 /* predefined reg names */