better fix for __bounded removal

This commit is contained in:
Brent Cook
2014-07-10 16:02:49 -05:00
parent d81b9bda51
commit 388a1655d4
2 changed files with 7 additions and 8 deletions

View File

@@ -10,4 +10,8 @@ typedef uint8_t u_int8_t;
typedef uint32_t u_int32_t;
#endif
#if !defined(HAVE_ATTRIBUTE__BOUNDED__) && !defined(__bounded__)
# define __bounded__(x, y, z)
#endif
#endif