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

Diff for /src/usr.bin/yacc/reader.c between version 1.20 and 1.21

version 1.20, 2006/04/21 07:38:16 version 1.21, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)reader.c    5.7 (Berkeley) 1/20/91";  
 #else  
 static char rcsid[] = "$NetBSD: reader.c,v 1.5 1996/03/19 03:21:43 jtc Exp $";  
 #endif  
 #endif /* not lint */  
   
 #include "defs.h"  #include "defs.h"
   
 /*  The line size must be a positive integer.  One hundred was chosen   */  /*  The line size must be a positive integer.  One hundred was chosen   */

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21