[6977] in Athena Bugs

home help back first fref pref prev next nref lref last post

vax 7.2P: /source/third/common/ditroff/troff/makedev.c

daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Mon Jan 28 16:13:40 1991

Date: Mon, 28 Jan 91 16:13:24 -0500
From: John T Kohl <jtkohl@MIT.EDU>
To: bugs@MIT.EDU

System name:		lycus
Type and version:	CVAXSTAR 7.2P
Display type:		SM

What were you trying to do?
	use makedev to generate X troff descriptions

What's wrong:
	1) it's not installed anywhere.
	2) it has insufficient space to generate the fonts we use.

What should have happened:
	1) it should be installed somewhere
	2) apply this patch (not an elegant fix, though...)

*** /source/third/common/ditroff/troff/makedev.c	Sat Nov 29 03:21:55 1986
--- makedev.c	Mon Jan 28 16:11:42 1991
***************
*** 65,71 ****
  char	kern[FSIZE];	/* ascender+descender info */
  char	code[FSIZE];	/* actual device codes for a physical font */
  
! #define	NFONT	10	/* max number of default fonts */
  char	fname[NFONT][10];	/* temp space to hold default font names */
  
  int	fflag	= 0;	/* on if font table to be written */
--- 65,71 ----
  char	kern[FSIZE];	/* ascender+descender info */
  char	code[FSIZE];	/* actual device codes for a physical font */
  
! #define	NFONT	50	/* max number of default fonts */
  char	fname[NFONT][10];	/* temp space to hold default font names */
  
  int	fflag	= 0;	/* on if font table to be written */

Please describe any relevant documentation references:
	xditview(1)


home help back first fref pref prev next nref lref last post