summaryrefslogtreecommitdiffstats
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.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/yacc/error.c b/usr.bin/yacc/error.c
index 7158000..e563693 100644
--- a/usr.bin/yacc/error.c
+++ b/usr.bin/yacc/error.c
@@ -34,16 +34,17 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#if 0
+#ifndef lint
+static char sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
+#endif
+#endif
+#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
-#ifndef lint
-static char const sccsid[] = "@(#)error.c 5.3 (Berkeley) 6/1/90";
-#endif
-
/* routines for printing error messages */
#include "defs.h"
OpenPOWER on IntegriCloud