]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ctags would create a corrupt tags file if the source C file used '//' style
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>
Sun, 24 Feb 2002 03:02:52 +0000 (03:02 +0000)
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>
Sun, 24 Feb 2002 03:02:52 +0000 (03:02 +0000)
commitb24e2c8a237336978a372bd166b1e639a422329b
tree024b8289f10580b10acbabe34d62ac1aa6fe5079
parentd7bbec76f24b6ce207501fe959da7edebe3fd5bc
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 <eric@Sendmail.ORG>
MFC after: 1 week
usr.bin/ctags/C.c
usr.bin/ctags/ctags.h
usr.bin/ctags/yacc.c