Overhaul the debug_selector and log_selector machinery to support variable-length...
[exim.git] / src / src / structs.h
index 6f143d63472c70ccb441625f47243b081e5223a1..438b52168561ac822b56e1ca86e91428fb03f06a 100644 (file)
@@ -38,7 +38,7 @@ typedef struct macro_item {
 
 typedef struct bit_table {
   uschar *name;
-  unsigned int bit;
+  int bit;
 } bit_table;
 
 /* Block for holding a uid and gid, possibly unset, and an initgroups flag. */