diff options
Diffstat (limited to 'bin/sh/arith.y')
| -rw-r--r-- | bin/sh/arith.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/arith.y b/bin/sh/arith.y index e2739d82efe5..ddc36d93bc09 100644 --- a/bin/sh/arith.y +++ b/bin/sh/arith.y @@ -88,7 +88,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: arith.y,v 1.9 1998/08/25 09:33:34 cracauer Exp $ + * $Id: arith.y,v 1.3.2.3 1998/11/03 15:57:35 cracauer Exp $ */ #ifndef lint @@ -96,7 +96,7 @@ expr: ARITH_LPAREN expr ARITH_RPAREN = { $$ = $2; } static char sccsid[] = "@(#)arith.y 8.3 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$Id: arith.y,v 1.9 1998/08/25 09:33:34 cracauer Exp $"; + "$Id: arith.y,v 1.3.2.3 1998/11/03 15:57:35 cracauer Exp $"; #endif /* not lint */ #include "shell.h" |
