summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/ctags/tree.c')
-rw-r--r--usr.bin/ctags/tree.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/usr.bin/ctags/tree.c b/usr.bin/ctags/tree.c
index 2be32a4..ac99639 100644
--- a/usr.bin/ctags/tree.c
+++ b/usr.bin/ctags/tree.c
@@ -31,13 +31,14 @@
* SUCH DAMAGE.
*/
-#include <sys/cdefs.h>
-
-__FBSDID("$FreeBSD$");
-
+#if 0
#ifndef lint
-static const char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94";
+static char sccsid[] = "@(#)tree.c 8.3 (Berkeley) 4/2/94";
#endif
+#endif
+
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <err.h>
#include <limits.h>
OpenPOWER on IntegriCloud