/[global]/global/libutil/split.h
ViewVC logotype

Diff of /global/libutil/split.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by shigio, Wed Nov 16 04:37:23 2005 UTC revision 1.12 by shigio, Wed Nov 30 02:26:20 2005 UTC
# Line 23  Line 23 
23    
24  #define NPART 10  #define NPART 10
25    
 /*  
  * Element id for ctags -x format.  
  *  
  * PART_TAG     PART_LNO PART_PATH      PART_LINE  
  * +----------------------------------------------  
  * |main             227 src/main       main()  
  */  
 #define PART_TAG  0  
 #define PART_LNO  1  
 #define PART_PATH 2  
 #define PART_LINE 3  
 #define PART_PATH_COMP  1  
 #define PART_LNO_COMP   2  
 /*  
  * Element id for ctags format.  
  *  
  * PART_TAG     PART_PATH     PART_LNO  
  * +----------------------------------------------  
  * |main        src/main      227  
  */  
 #define PART_CTAGS_PATH 1  
 #define PART_CTAGS_LNO  2  
   
26  typedef struct {  typedef struct {
27          int npart;          int npart;
28          struct part {          struct part {

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26