Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Mar 2002 19:08:23 -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:  <200203050308.g2538NR86078@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gshapiro    2002/03/04 19:08:23 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/ctags        C.c ctags.h yacc.c 
  Log:
  MFC: 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.
  
       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
  
  Revision  Changes    Path
  1.3.2.1   +13 -10    src/usr.bin/ctags/C.c
  1.4.2.1   +2 -2      src/usr.bin/ctags/ctags.h
  1.3.6.2   +3 -3      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?200203050308.g2538NR86078>