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

Diff for /src/usr.bin/ctags/tree.c between version 1.3 and 1.4

version 1.3, 2000/07/25 19:28:30 version 1.4, 2002/02/16 21:27:45
Line 51 
Line 51 
   
 #include "ctags.h"  #include "ctags.h"
   
 static void     add_node __P((NODE *, NODE *));  static void     add_node(NODE *, NODE *);
 static void     free_tree __P((NODE *));  static void     free_tree(NODE *);
   
 /*  /*
  * pfnote --   * pfnote --

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4