X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fintdiv0.m4;h=562882defec289a444cc32af8c2732cbe8523bb4;hb=914063ea52e0f9947c2c14b188eadd22c5fc9fe6;hp=9b27ff1b79d144ecad2537a88e8098ba4b19002c;hpb=64865499c9cf8748356a0857a8481d74b394bd79;p=gnulib.git diff --git a/m4/intdiv0.m4 b/m4/intdiv0.m4 index 9b27ff1b7..562882def 100644 --- a/m4/intdiv0.m4 +++ b/m4/intdiv0.m4 @@ -1,4 +1,4 @@ -# intdiv0.m4 serial 4 (gettext-0.18.2) +# intdiv0.m4 serial 5 (gettext-0.18.2) dnl Copyright (C) 2002, 2007-2008, 2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -60,7 +60,7 @@ int main () z = x / y; nan = y / y; - exit (1); + exit (2); } ]])], [gt_cv_int_divbyzero_sigfpe=yes],