remove stray l (Rolf Eike Baer)
This commit is contained in:
parent
1217583e2b
commit
32f02d34fc
@ -92,7 +92,7 @@
|
|||||||
#if GCC_VERSION_ATLEAST(3, 3)
|
#if GCC_VERSION_ATLEAST(3, 3)
|
||||||
#define att_nonnull(params) __attribute__((__nonnull__(params)))
|
#define att_nonnull(params) __attribute__((__nonnull__(params)))
|
||||||
#else
|
#else
|
||||||
#define att_nonnull(params)l
|
#define att_nonnull(params)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if GCC_VERSION_ATLEAST(4, 3)
|
#if GCC_VERSION_ATLEAST(4, 3)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user