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

Diff for /src/usr.bin/mg/line.c between version 1.11 and 1.12

version 1.11, 2002/02/14 14:24:21 version 1.12, 2002/02/16 21:27:49
Line 40 
Line 40 
 static RSIZE     ksize = 0;     /* # of bytes allocated in KB.   */  static RSIZE     ksize = 0;     /* # of bytes allocated in KB.   */
 static RSIZE     kstart = 0;    /* # of first used byte in KB.   */  static RSIZE     kstart = 0;    /* # of first used byte in KB.   */
   
 static int       kgrow          __P((int));  static int       kgrow(int);
   
 /*  /*
  * Allocate a new line of size `used'.  lrealloc() can be called if the line   * Allocate a new line of size `used'.  lrealloc() can be called if the line

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12