=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/dc/bcode.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- src/usr.bin/dc/bcode.c 2003/09/19 20:58:58 1.3 +++ src/usr.bin/dc/bcode.c 2003/09/20 06:28:24 1.4 @@ -1,4 +1,4 @@ -/* $OpenBSD: bcode.c,v 1.3 2003/09/19 20:58:58 deraadt Exp $ */ +/* $OpenBSD: bcode.c,v 1.4 2003/09/20 06:28:24 otto Exp $ */ /* * Copyright (c) 2003, Otto Moerbeek @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$OpenBSD: bcode.c,v 1.3 2003/09/19 20:58:58 deraadt Exp $"; +static const char rcsid[] = "$OpenBSD: bcode.c,v 1.4 2003/09/20 06:28:24 otto Exp $"; #endif /* not lint */ #include @@ -963,10 +963,6 @@ } r = new_number(); - /* - * XXX gives incorrect results for scale > 0, but is AT&T and - * GNU compatible - */ scale = max(a->scale, b->scale); r->scale = max(b->scale, a->scale + bmachine.scale);