set hard limit of 128 in nested structure for older gcc

This commit is contained in:
Duncan Laurie 2005-01-07 23:31:12 +00:00
parent dd376289c5
commit 5575a33119

View File

@ -99,7 +99,7 @@ struct bit_desc_map { /* description text container */
#define BIT_DESC_MAP_ANY 0x2 /* bitwise, but only print 1st one */ #define BIT_DESC_MAP_ANY 0x2 /* bitwise, but only print 1st one */
#define BIT_DESC_MAP_ALL 0x3 /* bitwise, print them all */ #define BIT_DESC_MAP_ALL 0x3 /* bitwise, print them all */
uint32_t desc_map_type; uint32_t desc_map_type;
struct desc_map desc_maps[]; struct desc_map desc_maps[128];
}; };
static struct bit_desc_map static struct bit_desc_map