[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.7 and 1.8

version 1.7, 2007/03/20 03:50:39 version 1.8, 2010/07/02 22:43:38
Line 13 
Line 13 
   
 #define WHITESP(c)      ((c)==' ' || (c)=='\t')  #define WHITESP(c)      ((c)==' ' || (c)=='\t')
   
 #if TAGS  
   
 public char *tags = "tags";  public char *tags = "tags";
   
 static int total;  static int total;
Line 754 
Line 752 
                 return (0);                  return (0);
         return (-1);          return (-1);
 }  }
   
 #endif  

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