]> Savannah Git Hosting - gnulib.git/commit
intprops: check two's complement assumption
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2016 17:49:08 +0000 (10:49 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 13 Apr 2016 17:56:11 +0000 (10:56 -0700)
commitb9e3fb39a84d683772dca7d3f82872915aa550fb
treead3b26173ce96f59c2cb14ba2b2a98a1ca011d39
parenta4910b9481a9ce515cd5971c343efa4c1d046ef7
intprops: check two's complement assumption

Suggested by Eric Blake in:
http://lists.gnu.org/archive/html/bug-gnulib/2016-04/msg00016.html
* lib/intprops.h: Include <verify.h>.  Verify that signed char,
short, int, long, and (if available) long long are two's complement.
* modules/intprops (Depends-on): Add 'verify'.
ChangeLog
lib/intprops.h
modules/intprops