Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Feb 2002 19:02:52 -0800 (PST)
From:      Gregory Neil Shapiro <gshapiro@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/ctags C.c ctags.h yacc.c
Message-ID:  <200202240302.g1O32qb67336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <eric@Sendmail.ORG>
  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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200202240302.g1O32qb67336>