Syntax error in malloc_np.h

2012-05-21 Thread Hartmut Brandt
Hi, it seems that there is a syntax error in malloc_np.h. It contains lines like: int allocm(void **ptr, size_t *rsize, size_t size, int flags) __attribute__(nonnull(1)); The problem is that the syntax of the attributes actually requires two parenthesis: __attribute__((nonnull(1

Re: Syntax error in malloc_np.h

2012-05-21 Thread Jason Evans
On May 21, 2012, at 8:57 AM, Hartmut Brandt wrote: it seems that there is a syntax error in malloc_np.h. It contains lines like: int allocm(void **ptr, size_t *rsize, size_t size, int flags) __attribute__(nonnull(1)); The problem is that the syntax of the attributes actually requires