=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/scan.l,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- src/usr.bin/bc/scan.l 2008/12/15 19:46:29 1.22 +++ src/usr.bin/bc/scan.l 2009/10/27 23:59:36 1.23 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: scan.l,v 1.22 2008/12/15 19:46:29 otto Exp $ */ +/* $OpenBSD: scan.l,v 1.23 2009/10/27 23:59:36 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -16,10 +16,6 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ - -#ifndef lint -static const char rcsid[] = "$OpenBSD: scan.l,v 1.22 2008/12/15 19:46:29 otto Exp $"; -#endif /* not lint */ #include #include