[BACK]Return to ctags.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ctags

Diff for /src/usr.bin/ctags/ctags.h between version 1.5 and 1.6

version 1.5, 2003/06/03 02:56:07 version 1.6, 2010/11/03 19:39:38
Line 67 
Line 67 
 extern long     lineftell;              /* ftell after getc( inf ) == '\n' */  extern long     lineftell;              /* ftell after getc( inf ) == '\n' */
 extern int      lineno;                 /* line number of current line */  extern int      lineno;                 /* line number of current line */
 extern int      dflag;                  /* -d: non-macro defines */  extern int      dflag;                  /* -d: non-macro defines */
 extern int      tflag;                  /* -t: create tags for typedefs */  
 extern int      vflag;                  /* -v: vgrind style index output */  extern int      vflag;                  /* -v: vgrind style index output */
 extern int      wflag;                  /* -w: suppress warnings */  extern int      wflag;                  /* -w: suppress warnings */
 extern int      xflag;                  /* -x: cxref style output */  extern int      xflag;                  /* -x: cxref style output */

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6