[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.34 and 1.35

version 1.34, 2004/07/09 19:13:46 version 1.35, 2004/08/05 21:47:24
Line 143 
Line 143 
 grow_hunkmax(void)  grow_hunkmax(void)
 {  {
         int             new_hunkmax;          int             new_hunkmax;
         char            **new_p_line;          char            **new_p_line;
         short           *new_p_len;          short           *new_p_len;
         char            *new_p_char;          char            *new_p_char;
   

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35