From ad67acacd9a98b074085ad60e8ef2e947bd35652 Mon Sep 17 00:00:00 2001 From: sebastien Date: Mon, 15 Sep 2008 13:40:02 +0000 Subject: [PATCH] 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 --- DynareBison.yy | 1 + 1 file changed, 1 insertion(+) diff --git a/DynareBison.yy b/DynareBison.yy index 343c859f..b2360f78 100644 --- a/DynareBison.yy +++ b/DynareBison.yy @@ -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(); };