From: Paul Eggert Date: Sat, 17 Aug 2019 10:13:42 +0000 (-0700) Subject: intprops: port to Oracle Developer Studio 12.6 X-Git-Tag: v1.0~4711 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d62b3a6d40bcdbbf92349cf03a76f1f7163534ce;p=gnulib.git intprops: port to Oracle Developer Studio 12.6 * lib/intprops.h (_GL_INT_OP_WRAPV): Fix recently-introduced typos that were in a section not compiled by GCC. --- diff --git a/ChangeLog b/ChangeLog index 74ab30f9f1..2a0efcc810 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2019-08-17 Paul Eggert + + intprops: port to Oracle Developer Studio 12.6 + * lib/intprops.h (_GL_INT_OP_WRAPV): Fix recently-introduced + typos that were in a section not compiled by GCC. + 2019-08-14 Paul Eggert intprops: support uchar, ushort _WRAPV dests diff --git a/lib/intprops.h b/lib/intprops.h index f1b2943eaf..2c02568834 100644 --- a/lib/intprops.h +++ b/lib/intprops.h @@ -416,10 +416,10 @@ unsigned long int, 0, ULONG_MAX), \ long long int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ - long long int, LLONG_MIN, LLONG_MAX), + long long int, LLONG_MIN, LLONG_MAX), \ unsigned long long int: \ _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \ - unsigned long long int, ULLONG_MIN, ULLONG_MAX))) + unsigned long long int, 0, ULLONG_MAX))) #else /* Store the low-order bits of A B into *R, where OP specifies the operation and OVERFLOW the overflow predicate. If *R is