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

Diff for /src/usr.bin/less/less.h between version 1.14 and 1.15

version 1.14, 2015/11/09 02:59:06 version 1.15, 2015/11/09 04:10:57
Line 109 
Line 109 
         int ln;          int ln;
 };  };
   
 typedef union parg  typedef union parg {
 {  
         char *p_string;          char *p_string;
         int p_int;          int p_int;
         LINENUM p_linenum;          LINENUM p_linenum;
Line 118 
Line 117 
   
 #define NULL_PARG       ((PARG *)NULL)  #define NULL_PARG       ((PARG *)NULL)
   
 struct textlist  struct textlist {
 {  
         char *string;          char *string;
         char *endstring;          char *endstring;
 };  };

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15