4.2 BSD ctags bug

M. J. Shannon, Jr. mjs at rabbit.UUCP
Thu Sep 13 07:56:08 AEST 1984


If you use `ctags -t' on a file which contains:
	typedef unsigned char u_char;
	typedef unsigned short u_short;
	typedef unsigned int u_int;
	typedef unsigned long u_long;
it produces a tags file which does not have tags for any of u_char,
u_short, u_int, or u_long, but does have tags for char, short, int, and
long.  Wrong!  Does anyone have a fix?
-- 
	Marty Shannon
UUCP:	{alice,rabbit,research}!mjs
	(rabbit is soon to die.  Does this mean alice is pregnant?  Yup!)
Phone:	201-582-3199



More information about the Comp.bugs.4bsd.ucb-fixes mailing list