diff --git a/pform.cc b/pform.cc index 862b07690..d1c457fc5 100644 --- a/pform.cc +++ b/pform.cc @@ -354,7 +354,7 @@ static PGenerate*pform_cur_generate = 0; construct, so they can be added to the local scope without conflicting with each other. Generate constructs may nest, so we need a stack. */ -static list> conditional_block_names; +static list > conditional_block_names; /* This tracks the current modport list being processed. This is always within an interface. */