aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/yacc/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/yacc/main.c')
-rw-r--r--usr.bin/yacc/main.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/yacc/main.c b/usr.bin/yacc/main.c
index 4c427c363acc..cd1d5b84461e 100644
--- a/usr.bin/yacc/main.c
+++ b/usr.bin/yacc/main.c
@@ -34,16 +34,17 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
+#if 0
+#ifndef lint
+static char sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
+#endif
+#endif
+#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
-#ifndef lint
-static char const sccsid[] = "@(#)main.c 5.5 (Berkeley) 5/24/93";
-#endif
-
#include <signal.h>
#include <stdlib.h>
#include <string.h>