aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compile.h
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-03-27 14:35:46 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2017-03-27 16:12:27 +0200
commitc1a53a868ebafd1d134e4a77c86074b9d07e4281 (patch)
treec906be28b94be226f32528d6b2a8263bc75bd208 /compile.h
parent369cbea4b37692bfd93ca23c1991d002354d2219 (diff)
downloadsparse-dev-c1a53a868ebafd1d134e4a77c86074b9d07e4281.tar.gz
do not depends on limits.h to test __CHAR_BIT__
This test depends on the header <limits.h> which itself depends on some macros being defined by the compiler. Now these macros are predefined (at least the obvious ones) but it's annoying for the tests to depends on external things like this header. Remove this dependence by rewriting the test to use the predefined macros directly. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'compile.h')
0 files changed, 0 insertions, 0 deletions