summaryrefslogtreecommitdiffstats
path: root/usr.bin/ctags/lisp.c
diff options
context:
space:
mode:
authormikeh <mikeh@FreeBSD.org>2001-08-16 16:16:07 +0000
committermikeh <mikeh@FreeBSD.org>2001-08-16 16:16:07 +0000
commit9e512f5897bf319a27ad1b9e77f493ec109fc81e (patch)
tree0a63fd59452245cd3b90270620e69f9b4443c78a /usr.bin/ctags/lisp.c
parent02116da56f78945e44ba97aaf2f7774a11ebf518 (diff)
downloadFreeBSD-src-9e512f5897bf319a27ad1b9e77f493ec109fc81e.zip
FreeBSD-src-9e512f5897bf319a27ad1b9e77f493ec109fc81e.tar.gz
Add $FreeBSD$
MFC after: 2 weeks
Diffstat (limited to 'usr.bin/ctags/lisp.c')
-rw-r--r--usr.bin/ctags/lisp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/ctags/lisp.c b/usr.bin/ctags/lisp.c
index f86e218..f8577b0 100644
--- a/usr.bin/ctags/lisp.c
+++ b/usr.bin/ctags/lisp.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$FreeBSD$";
#endif /* not lint */
#include <ctype.h>
OpenPOWER on IntegriCloud