Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/arch/arm32/gen Make it compile again by removing an...
details: https://anonhg.NetBSD.org/src/rev/56f28fc6fecf
branches: trunk
changeset: 475938:56f28fc6fecf
user: augustss <augustss%NetBSD.org@localhost>
date: Mon Aug 30 12:14:09 1999 +0000
description:
Make it compile again by removing an unused variable.
diffstat:
lib/libc/arch/arm32/gen/ldexp.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c055fb047a43 -r 56f28fc6fecf lib/libc/arch/arm32/gen/ldexp.c
--- a/lib/libc/arch/arm32/gen/ldexp.c Mon Aug 30 12:12:22 1999 +0000
+++ b/lib/libc/arch/arm32/gen/ldexp.c Mon Aug 30 12:14:09 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ldexp.c,v 1.9 1999/08/29 22:45:33 mycroft Exp $ */
+/* $NetBSD: ldexp.c,v 1.10 1999/08/30 12:14:09 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.9 1999/08/29 22:45:33 mycroft Exp $");
+__RCSID("$NetBSD: ldexp.c,v 1.10 1999/08/30 12:14:09 augustss Exp $");
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
@@ -54,7 +54,7 @@
double val;
int exp;
{
- register int oldexp, newexp, mulexp;
+ register int oldexp, newexp;
union {
double v;
struct ieee_double s;
Home |
Main Index |
Thread Index |
Old Index