summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/error.c')
-rw-r--r--usr.bin/yacc/error.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c
index 333017334a3..d76548ab309 100644
--- a/usr.bin/yacc/error.c
+++ b/usr.bin/yacc/error.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: error.c,v 1.10 2005/06/08 03:18:59 pvalchev Exp $ */
+/* $OpenBSD: error.c,v 1.11 2009/10/27 23:59:50 deraadt Exp $ */
/* $NetBSD: error.c,v 1.4 1996/03/19 03:21:32 jtc Exp $ */
/*
@@ -33,14 +33,6 @@
* SUCH DAMAGE.
*/
-#ifndef lint
-#if 0
-static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
-#else
-static char rcsid[] = "$OpenBSD: error.c,v 1.10 2005/06/08 03:18:59 pvalchev Exp $";
-#endif
-#endif /* not lint */
-
/* routines for printing error messages */
#include "defs.h"