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

Diff for /src/usr.bin/less/decode.c between version 1.13 and 1.14

version 1.13, 2015/11/09 02:59:06 version 1.14, 2015/11/09 04:10:57
Line 215 
Line 215 
 /*  /*
  * Structure to support a list of command tables.   * Structure to support a list of command tables.
  */   */
 struct tablelist  struct tablelist {
 {  
         struct tablelist *t_next;          struct tablelist *t_next;
         char *t_start;          char *t_start;
         char *t_end;          char *t_end;

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