33 #ifndef YY_JSGF_PARSER_H
34 # define YY_JSGF_PARSER_H
71 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
75 #line 65 "jsgf_parser.y"
85 #line 86 "jsgf_parser.h"
87 # define YYSTYPE_IS_TRIVIAL 1
88 # define yystype YYSTYPE
89 # define YYSTYPE_IS_DECLARED 1
94 #if defined __STDC__ || defined __cplusplus
95 int yyparse (
void *YYPARSE_PARAM);
100 #if defined __STDC__ || defined __cplusplus
101 int yyparse (
void* yyscanner,
jsgf_t *jsgf);