avoid to redefine __INT_MAX__ and friends
commite7a977abea38ffbe855e1fa6e8ac01f71a0f7f2c
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 19 May 2017 10:29:28 +0000 (19 12:29 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Fri, 19 May 2017 11:12:25 +0000 (19 13:12 +0200)
tree6c15ffbefeb1dfaa398ddafdf1beedd7ff75a499
parent3d8f3446b66ab15fb645f1aa804967c74328afe9
avoid to redefine __INT_MAX__ and friends

Since commit 4fae9be00 & 5466cf8f3 ("predefine __INT_MAX__ and friends" &
"predefine __SIZEOF_INT__ & friends"), macros like __INT_MAX__  and
__SIZEOF_POINTER__ are predefine twice.

Fix this by removing the old definition, based on the size of these
types on the machine where sparse was compiled.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
lib.c