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

Diff for /src/usr.bin/vim/Attic/memfile.c between version 1.3 and 1.4

version 1.3, 1996/10/14 03:55:15 version 1.4, 1996/10/15 08:07:56
Line 1103 
Line 1103 
         return (mfp->mf_fname != NULL && mfp->mf_neg_count > 0);          return (mfp->mf_fname != NULL && mfp->mf_neg_count > 0);
 }  }
   
 #if 1                   /* included for beta release, TODO: remove later */  #if 0                   /* included for beta testing only */
 /*  /*
  * print statistics for a memfile (for debugging)   * print statistics for a memfile (for debugging)
  */   */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4