[BACK]Return to inp.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / usr.bin / patch

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/usr.bin/patch/inp.h between version 1.1 and 1.2

version 1.1, 1993/04/09 11:34:01 version 1.2, 1993/08/02 17:55:17
Line 1 
Line 1 
 /* $Header$  /*      $Id$ */
  *  
  * $Log$  
  * Revision 1.1  1993/04/09 11:34:01  cgd  
  * patch 2.0.12u8, from prep.ai.mit.edu.  this is not under the GPL.  
  *  
  * Revision 2.0  86/09/17  15:37:25  lwall  
  * Baseline for netwide release.  
  *  
  */  
   
 EXT LINENUM input_lines INIT(0);        /* how long is input file in lines */  EXT LINENUM input_lines INIT(0);        /* how long is input file in lines */
 EXT LINENUM last_frozen_line INIT(0);   /* how many input lines have been */  EXT LINENUM last_frozen_line INIT(0);   /* how many input lines have been */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>