]> Savannah Git Hosting - gnulib.git/commitdiff
intprops: port to Oracle Developer Studio 12.6
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Aug 2019 10:13:42 +0000 (03:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Aug 2019 10:14:16 +0000 (03:14 -0700)
* lib/intprops.h (_GL_INT_OP_WRAPV): Fix recently-introduced
typos that were in a section not compiled by GCC.

ChangeLog
lib/intprops.h

index 74ab30f9f171840e5a29983392b42038b888588a..2a0efcc8109765b761c3445543cbb64565aa1486 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-08-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       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  <eggert@cs.ucla.edu>
 
        intprops: support uchar, ushort _WRAPV dests
index f1b2943eafe9768cd9972ebe45bab455e2d701ba..2c02568834e5ef5662ed180611e6ea8009ca5209 100644 (file)
                         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 <op> B into *R, where OP specifies
    the operation and OVERFLOW the overflow predicate.  If *R is