From b0500e19450c50257d101701e0935ab90d454874 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Fri, 19 Sep 2003 01:20:23 +0000 Subject: Code cleanups (bug #66) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1531 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- ast_expr.y | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ast_expr.y') diff --git a/ast_expr.y b/ast_expr.y index 2b9209797..8652dac1b 100755 --- a/ast_expr.y +++ b/ast_expr.y @@ -79,18 +79,21 @@ static struct val *op_times __P((struct val *, struct val *)); static quad_t to_integer __P((struct val *)); static void to_string __P((struct val *)); static int ast_yyerror __P((const char *)); -static int ast_yylex __P(()); %} %pure-parser /* %name-prefix="ast_yy" */ - %union { struct val *val; } +%{ +static int ast_yylex __P((YYSTYPE *, struct parser_control *)); +%} + + %left '|' %left '&' %left '=' '>' '<' GE LE NE -- cgit v1.2.3