Skip to content
Snippets Groups Projects
Commit ad67acac authored by sebastien's avatar sebastien
Browse files

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
parent 0ad68a9b
Branches
No related tags found
No related merge requests found
...@@ -705,6 +705,7 @@ signed_float : PLUS FLOAT_NUMBER ...@@ -705,6 +705,7 @@ signed_float : PLUS FLOAT_NUMBER
{ $2->insert(0, "-"); $$ = $2; } { $2->insert(0, "-"); $$ = $2; }
| FLOAT_NUMBER | FLOAT_NUMBER
{ $$ = $1; } { $$ = $1; }
| signed_integer
; ;
estimated_params : ESTIMATED_PARAMS ';' estimated_list END { driver.estimated_params(); }; estimated_params : ESTIMATED_PARAMS ';' estimated_list END { driver.estimated_params(); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment