brodieG / vetr

Trust, but Verify
79 stars 2 forks source link

SIZE_T_MAX not defined in ubuntu? #77

Closed brodieG closed 7 years ago

brodieG commented 7 years ago
assumptions.c: In function ‘VALC_check_assumptions’:
assumptions.c:65:6: error: ‘SIZE_T_MAX’ undeclared (first use in this function)
   if(SIZE_T_MAX - 1 < INT_MAX)
      ^
assumptions.c:65:6: note: each undeclared identifier is reported only once for each function it appears in