aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/ctags/C.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ctags/C.c')
-rw-r--r--usr.bin/ctags/C.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/ctags/C.c b/usr.bin/ctags/C.c
index fcc037a05bdb..f7394c5fd024 100644
--- a/usr.bin/ctags/C.c
+++ b/usr.bin/ctags/C.c
@@ -31,13 +31,14 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
static char sccsid[] = "@(#)C.c 8.4 (Berkeley) 4/2/94";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <limits.h>
#include <stdio.h>