=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.y,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- src/usr.bin/bc/bc.y 2006/05/18 05:49:53 1.32 +++ src/usr.bin/bc/bc.y 2009/10/27 23:59:36 1.33 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.32 2006/05/18 05:49:53 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.33 2009/10/27 23:59:36 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -29,10 +29,6 @@ * the same as the code generated by the older version, to provide * easy regression testing. */ - -#ifndef lint -static const char rcsid[] = "$OpenBSD: bc.y,v 1.32 2006/05/18 05:49:53 otto Exp $"; -#endif /* not lint */ #include #include