Remove more unused mulexp variables.

This commit is contained in:
augustss 1999-08-30 15:11:32 +00:00
parent 28a643b7d9
commit 75d2dfe657
5 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:32 mycroft Exp $ */
/* $NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:32 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:32 mycroft Exp $");
__RCSID("$NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:32 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -54,7 +54,7 @@ ldexp(val, exp)
double val;
int exp;
{
register int oldexp, newexp, mulexp;
register int oldexp, newexp;
union {
double v;
struct ieee_double s;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldexp.c,v 1.2 1999/08/29 22:45:34 mycroft Exp $ */
/* $NetBSD: ldexp.c,v 1.3 1999/08/30 15:11:33 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ldexp.c,v 1.2 1999/08/29 22:45:34 mycroft Exp $");
__RCSID("$NetBSD: ldexp.c,v 1.3 1999/08/30 15:11:33 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -54,7 +54,7 @@ ldexp(val, exp)
double val;
int exp;
{
register int oldexp, newexp, mulexp;
register int oldexp, newexp;
union {
double v;
struct ieee_double s;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:34 mycroft Exp $ */
/* $NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:33 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:34 mycroft Exp $");
__RCSID("$NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:33 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -54,7 +54,7 @@ ldexp(val, exp)
double val;
int exp;
{
register int oldexp, newexp, mulexp;
register int oldexp, newexp;
union {
double v;
struct ieee_double s;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:34 mycroft Exp $ */
/* $NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:33 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ldexp.c,v 1.6 1999/08/29 22:45:34 mycroft Exp $");
__RCSID("$NetBSD: ldexp.c,v 1.7 1999/08/30 15:11:33 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -54,7 +54,7 @@ ldexp(val, exp)
double val;
int exp;
{
register int oldexp, newexp, mulexp;
register int oldexp, newexp;
union {
double v;
struct ieee_double s;

View File

@ -1,4 +1,4 @@
/* $NetBSD: ldexp.c,v 1.5 1999/08/29 22:45:34 mycroft Exp $ */
/* $NetBSD: ldexp.c,v 1.6 1999/08/30 15:11:33 augustss Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: ldexp.c,v 1.5 1999/08/29 22:45:34 mycroft Exp $");
__RCSID("$NetBSD: ldexp.c,v 1.6 1999/08/30 15:11:33 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@ -54,7 +54,7 @@ ldexp(val, exp)
double val;
int exp;
{
register int oldexp, newexp, mulexp;
register int oldexp, newexp;
union {
double v;
struct ieee_double s;