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

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

version 1.2, 2001/01/29 01:58:04 version 1.3, 2001/11/19 19:02:14
Line 51 
Line 51 
  */   */
         public void          public void
 findtag(tag)  findtag(tag)
         register char *tag;          char *tag;
 {  {
         char *p;          char *p;
         char *q;          char *q;
         register FILE *f;          FILE *f;
         register int taglen;          int taglen;
         int search_char;          int search_char;
         int err;          int err;
         static char tline[200];          static char tline[200];

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