diff options
Diffstat (limited to 'contrib/gdtoa/arithchk.c')
-rw-r--r-- | contrib/gdtoa/arithchk.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gdtoa/arithchk.c b/contrib/gdtoa/arithchk.c index 59eaad7..3211aed 100644 --- a/contrib/gdtoa/arithchk.c +++ b/contrib/gdtoa/arithchk.c @@ -136,6 +136,7 @@ fzcheck() return b == 0.; } + int main() { Akind *a = 0; |