=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/bc/bc.y,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/bc/bc.y 2006/03/31 09:57:26 1.30 +++ src/usr.bin/bc/bc.y 2006/04/20 20:00:46 1.31 @@ -1,5 +1,5 @@ %{ -/* $OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $ */ +/* $OpenBSD: bc.y,v 1.31 2006/04/20 20:00:46 deraadt Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -31,7 +31,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bc.y,v 1.30 2006/03/31 09:57:26 otto Exp $"; +static const char rcsid[] = "$OpenBSD: bc.y,v 1.31 2006/04/20 20:00:46 deraadt Exp $"; #endif /* not lint */ #include @@ -1080,7 +1080,7 @@ int main(int argc, char *argv[]) { - int i, ch, ret; + int i, ch; int p[2]; char *q;