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

Diff for /src/usr.bin/patch/pch.c between version 1.62 and 1.63

version 1.62, 2019/12/02 22:23:19 version 1.63, 2022/12/26 19:16:02
Line 495 
Line 495 
         LINENUM fillcnt;                        /* #lines of missing ptrn or repl */          LINENUM fillcnt;                        /* #lines of missing ptrn or repl */
         LINENUM fillsrc;                        /* index of first line to copy */          LINENUM fillsrc;                        /* index of first line to copy */
         LINENUM filldst;                        /* index of first missing line */          LINENUM filldst;                        /* index of first missing line */
         bool    ptrn_spaces_eaten;              /* ptrn was slightly misformed */          bool    ptrn_spaces_eaten;              /* ptrn was slightly malformed */
         bool    repl_could_be_missing;          /* no + or ! lines in this hunk */          bool    repl_could_be_missing;          /* no + or ! lines in this hunk */
         bool    repl_missing;                   /* we are now backtracking */          bool    repl_missing;                   /* we are now backtracking */
         off_t   repl_backtrack_position;        /* file pos of first repl line */          off_t   repl_backtrack_position;        /* file pos of first repl line */

Legend:
Removed from v.1.62  
changed lines
  Added in v.1.63