predefine __SIZEOF_INT__ & friends
commit5466cf8f31f82cc78dd0e7d9056ef0d224dd3be8
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 27 Mar 2017 12:27:18 +0000 (27 14:27 +0200)
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>
Mon, 27 Mar 2017 13:20:54 +0000 (27 15:20 +0200)
treec021a1a04cc1749840fa8011a0d4d53613474877
parent4fae9be00c8860a293d12500020adcffd598b15f
predefine __SIZEOF_INT__ & friends

Some tests or some code depends on these macros being predefined
by the compiler.

Predefine them.

Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
lib.c
validation/preprocessor/predef-sizeof.c [new file with mode: 0644]