diff options
Diffstat (limited to 'src/regress/lib/libc/ieeefp/except/except.c')
-rw-r--r-- | src/regress/lib/libc/ieeefp/except/except.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/regress/lib/libc/ieeefp/except/except.c b/src/regress/lib/libc/ieeefp/except/except.c index 0ffdcdd468..6b65e8f3c4 100644 --- a/src/regress/lib/libc/ieeefp/except/except.c +++ b/src/regress/lib/libc/ieeefp/except/except.c | |||
@@ -1,3 +1,5 @@ | |||
1 | /* $OpenBSD: except.c,v 1.3 2001/01/29 02:05:42 niklas Exp $ */ | ||
2 | |||
1 | #include <stdio.h> | 3 | #include <stdio.h> |
2 | #include <signal.h> | 4 | #include <signal.h> |
3 | #include <assert.h> | 5 | #include <assert.h> |
@@ -12,6 +14,7 @@ static volatile const double zero = 0.0; | |||
12 | static volatile const double huge = DBL_MAX; | 14 | static volatile const double huge = DBL_MAX; |
13 | static volatile const double tiny = DBL_MIN; | 15 | static volatile const double tiny = DBL_MIN; |
14 | 16 | ||
17 | int | ||
15 | main() | 18 | main() |
16 | { | 19 | { |
17 | volatile double x; | 20 | volatile double x; |