preprocessor: remove constraint outlined in #849

time-shift
Houtan Bastani 2015-07-30 17:52:47 +02:00
parent c88c17728e
commit 9557142cc4
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
{