+2015-11-10 Paul Eggert <eggert@cs.ucla.edu>
+
+ intprops: fix typo in clang port
+ * lib/intprops.h (_GL_INT_OP_WRAPV): Fix misspelling of
+ '__builtin_add_overflow' that is not caught by compiler.
+
2015-11-05 Paul Eggert <eggert@cs.ucla.edu>
test-timespec: fix typo in previous change
/* Store A <op> B into *R, where OP specifies the operation.
BUILTIN is the builtin operation, and OVERFLOW the overflow predicate.
See above for restrictions. */
-#if 5 <= __GNUC__ || __has_builtin (__builtin_add_oveflow)
+#if 5 <= __GNUC__ || __has_builtin (__builtin_add_overflow)
# define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) builtin (a, b, r)
#elif 201112 <= __STDC_VERSION__ && !_GL__GENERIC_BOGUS
# define _GL_INT_OP_WRAPV(a, b, r, op, builtin, overflow) \