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

Diff for /src/usr.bin/mg/tags.c between version 1.2 and 1.3

version 1.2, 2011/12/05 07:17:02 version 1.3, 2012/06/07 15:15:04
Line 33 
Line 33 
 static int               atbow(void);  static int               atbow(void);
 void                     closetags(void);  void                     closetags(void);
 static int               ctagcmp(struct ctag *, struct ctag *);  static int               ctagcmp(struct ctag *, struct ctag *);
 static int               curtoken(int, int, char *);  
 static int               loadbuffer(char *);  static int               loadbuffer(char *);
 static int               loadtags(const char *);  static int               loadtags(const char *);
 static int               pushtag(char *);  static int               pushtag(char *);
Line 42 
Line 41 
 static char              *strip(char *, size_t);  static char              *strip(char *, size_t);
 static void              unloadtags(void);  static void              unloadtags(void);
   
 #define MAX_TOKEN 64  
 #define DEFAULTFN "tags"  #define DEFAULTFN "tags"
   
 char *tagsfn = NULL;  char *tagsfn = NULL;

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