From owner-cvs-all Sat Feb 23 19: 2:57 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 46FEA37B400; Sat, 23 Feb 2002 19:02:52 -0800 (PST) Received: (from gshapiro@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1O32qb67336; Sat, 23 Feb 2002 19:02:52 -0800 (PST) (envelope-from gshapiro) Message-Id: <200202240302.g1O32qb67336@freefall.freebsd.org> From: Gregory Neil Shapiro Date: Sat, 23 Feb 2002 19:02:52 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/ctags C.c ctags.h yacc.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG gshapiro 2002/02/23 19:02:52 PST Modified files: usr.bin/ctags C.c ctags.h yacc.c Log: ctags would create a corrupt tags file if the source C file used '//' style comments such as: // The main() function Teach ctags about this style of commenting. Submitted by: Eric Allman MFC after: 1 week Revision Changes Path 1.7 +13 -10 src/usr.bin/ctags/C.c 1.6 +1 -1 src/usr.bin/ctags/ctags.h 1.8 +2 -2 src/usr.bin/ctags/yacc.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message