diff options
Diffstat (limited to 'xmalloc.h')
-rw-r--r-- | xmalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #define XMALLOC_H #if !defined(__bounded__) -# define __bounded__(x, y, z) +#define __bounded__(x, y, z) #endif void *xmalloc(size_t); |