trunk: merge r2076 changeset from 4.0 branch

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@2077 ac1d8469-bf42-47a9-8791-bf33cf982152
issue#70
sebastien 2008-09-15 13:40:02 +00:00
parent 0ad68a9b2d
commit ad67acacd9
1 changed files with 1 additions and 0 deletions

View File

@ -705,6 +705,7 @@ signed_float : PLUS FLOAT_NUMBER
{ $2->insert(0, "-"); $$ = $2; }
| FLOAT_NUMBER
{ $$ = $1; }
| signed_integer
;
estimated_params : ESTIMATED_PARAMS ';' estimated_list END { driver.estimated_params(); };