=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ctags/lisp.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/ctags/lisp.c 2003/06/12 20:58:09 1.5 --- src/usr.bin/ctags/lisp.c 2009/10/27 23:59:37 1.6 *************** *** 1,4 **** ! /* $OpenBSD: lisp.c,v 1.5 2003/06/12 20:58:09 deraadt Exp $ */ /* $NetBSD: lisp.c,v 1.3 1995/03/26 20:14:09 glass Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: lisp.c,v 1.6 2009/10/27 23:59:37 deraadt Exp $ */ /* $NetBSD: lisp.c,v 1.3 1995/03/26 20:14:09 glass Exp $ */ /* *************** *** 29,42 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)lisp.c 8.3 (Berkeley) 4/2/94"; - #else - static char rcsid[] = "$OpenBSD: lisp.c,v 1.5 2003/06/12 20:58:09 deraadt Exp $"; - #endif - #endif /* not lint */ #include #include --- 29,34 ----