Avoid Solaris compiler issue
[users/jgh/exim.git] / src / src / structs.h
index 631e0f263a37c5e9848b88608251a160c913b75a..aa394ac7347c092983c89831f271a0dbf643a15a 100644 (file)
@@ -888,8 +888,8 @@ typedef struct namedlist_cacheblock {
 typedef struct namedlist_block {
   const uschar *string;                        /* the list string */
   namedlist_cacheblock *cache_data;    /* cached domain_data or localpart_data */
-  int          number:31;              /* the number of the list for caching */
-  BOOL         hide:1;                 /* -bP does not display value */
+  short                number;                 /* the number of the list for caching */
+  BOOL         hide;                   /* -bP does not display value */
 } namedlist_block;
 
 /* Structures for Access Control Lists */