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

Diff for /src/usr.bin/ctags/print.c between version 1.6 and 1.7

version 1.6, 2009/10/27 23:59:37 version 1.7, 2012/03/04 04:05:15
Line 39 
Line 39 
 #include "ctags.h"  #include "ctags.h"
   
 /*  /*
  * getline --   * get_line --
  *      get the line the token of interest occurred on,   *      get the line the token of interest occurred on,
  *      prepare it for printing.   *      prepare it for printing.
  */   */
 void  void
 getline(void)  get_line(void)
 {  {
         long    saveftell;          long    saveftell;
         int     c;          int     c;

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