diff options
author | deraadt <> | 2003-07-31 21:48:04 +0000 |
---|---|---|
committer | deraadt <> | 2003-07-31 21:48:04 +0000 |
commit | 33c506bfed3ead4cc96819ce600895082c214755 (patch) | |
tree | f684ac5f268a986ffa67596e223c418beaac533a /src/regress/lib/libc/ieeefp/inf | |
parent | 1e17357c09b2a156a0fa1407b68c4158394b9d7e (diff) | |
download | openbsd-33c506bfed3ead4cc96819ce600895082c214755.tar.gz openbsd-33c506bfed3ead4cc96819ce600895082c214755.tar.bz2 openbsd-33c506bfed3ead4cc96819ce600895082c214755.zip |
various cleanups; david says results are same
Diffstat (limited to 'src/regress/lib/libc/ieeefp/inf')
-rw-r--r-- | src/regress/lib/libc/ieeefp/inf/inf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/ieeefp/inf/inf.c b/src/regress/lib/libc/ieeefp/inf/inf.c index b6116b0df1..a1956145a6 100644 --- a/src/regress/lib/libc/ieeefp/inf/inf.c +++ b/src/regress/lib/libc/ieeefp/inf/inf.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: inf.c,v 1.2 2002/02/18 11:24:13 art Exp $ */ | 1 | /* $OpenBSD: inf.c,v 1.3 2003/07/31 21:48:03 deraadt Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Peter Valchev <pvalchev@openbsd.org> Public Domain, 2002. | 4 | * Peter Valchev <pvalchev@openbsd.org> Public Domain, 2002. |
@@ -7,7 +7,7 @@ | |||
7 | #include <math.h> | 7 | #include <math.h> |
8 | 8 | ||
9 | int | 9 | int |
10 | main() | 10 | main(int argc, char *argv[]) |
11 | { | 11 | { |
12 | if (isinf(HUGE_VAL)) | 12 | if (isinf(HUGE_VAL)) |
13 | return 0; | 13 | return 0; |