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

Diff for /src/usr.bin/rcs/diff.c between version 1.13 and 1.14

version 1.13, 2007/03/27 07:21:21 version 1.14, 2007/05/28 22:07:40
Line 159 
Line 159 
  * understand the highly mnemonic field names)   * understand the highly mnemonic field names)
  */   */
 struct context_vec {  struct context_vec {
         int     a;      /* start line in old file */          int     a;              /* start line in old file */
         int     b;      /* end line in old file */          int     b;              /* end line in old file */
         int     c;      /* start line in new file */          int     c;              /* start line in new file */
         int     d;      /* end line in new file */          int     d;              /* end line in new file */
 };  };
   
 struct diff_arg {  struct diff_arg {

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