v4 parser: added options constant and noconstant for BVAR commands

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1394 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
sebastien 2007-09-25 11:47:44 +00:00
parent 07965db080
commit ca254fdb22
3 changed files with 832 additions and 824 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1123,6 +1123,8 @@ markowitz
| o_presample
| o_nobs
| o_prefilter
| o_constant
| o_noconstant
;
bvar_density_options_list : bvar_common_option COMMA bvar_density_options_list

View File

@ -375,7 +375,7 @@ namespace yy
static const short int yytable_[];
static const signed char yytable_ninf_;
static const unsigned short int yycheck_[];
static const short int yycheck_[];
/// For a state, its accessing symbol.
static const unsigned short int yystos_[];