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

Diff for /src/usr.bin/yacc/error.c between version 1.10 and 1.11

version 1.10, 2005/06/08 03:18:59 version 1.11, 2009/10/27 23:59:50
Line 33 
Line 33 
  * SUCH DAMAGE.   * SUCH DAMAGE.
  */   */
   
 #ifndef lint  
 #if 0  
 static char sccsid[] = "@(#)error.c     5.3 (Berkeley) 6/1/90";  
 #else  
 static char rcsid[] = "$OpenBSD$";  
 #endif  
 #endif /* not lint */  
   
 /* routines for printing error messages  */  /* routines for printing error messages  */
   
 #include "defs.h"  #include "defs.h"

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