From f2ce8f47db1545ec52e1228b02f6e9240208ebe4 Mon Sep 17 00:00:00 2001 From: markster Date: Fri, 19 Sep 2003 01:20:23 +0000 Subject: Code cleanups (bug #66) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1531 f38db490-d61c-443f-a65b-d21fe96a405b --- 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