preprocessor: remove constraint outlined in #849

issue#70
Houtan Bastani 2015-07-30 17:52:47 +02:00
parent ce7a172c21
commit 6016463c33
1 changed files with 2 additions and 1 deletions

View File

@ -1161,7 +1161,8 @@ estimated_list : estimated_list estimated_elem
{ driver.add_estimated_params_element(); }
;
estimated_elem : estimated_elem1 COMMA estimated_elem2 ';';
estimated_elem : estimated_elem1 COMMA estimated_elem2 ';'
| estimated_elem1 ';'
estimated_elem1 : STDERR symbol
{