]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/array.c
Only log "IDENT ... no result" when IDENT was looked up
[ngircd-alex.git] / src / ngircd / array.c
index 81569ce07e1f45ebab4cb4a925b4d498d2e006bd..ad4f8dac7cda4a57fd5f57a4901829872900e4ac 100644 (file)
@@ -17,7 +17,6 @@
 #include "array.h"
 
 #include <assert.h>
-
 #include <stdlib.h>
 #include <string.h>
 
@@ -26,9 +25,9 @@
 /* Enable more Debug messages in alloc / append / memmove code. */
 /* #define DEBUG_ARRAY */
 
+#define array_UNUSABLE(x)      ( !(x)->mem )
 
 
-#define array_UNUSABLE(x)      ( !(x)->mem )
 static bool
 safemult_sizet(size_t a, size_t b, size_t *res)
 {