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

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

version 1.6, 2000/07/26 17:46:52 version 1.7, 2002/02/16 21:27:45
Line 48 
Line 48 
   
 #include "ctags.h"  #include "ctags.h"
   
 static int      func_entry __P((void));  static int      func_entry(void);
 static void     hash_entry __P((void));  static void     hash_entry(void);
 static void     skip_string __P((int));  static void     skip_string(int);
 static int      str_entry __P((int));  static int      str_entry(int);
   
 /*  /*
  * c_entries --   * c_entries --

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