From e935ee6eac3ecb38b704ea2e9c2e86309150ab84 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 21 Sep 2007 14:25:51 +0000 Subject: Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83431 f38db490-d61c-443f-a65b-d21fe96a405b --- main/ast_expr2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/ast_expr2.h') diff --git a/main/ast_expr2.h b/main/ast_expr2.h index c5d84d2ac..e7aca623c 100644 --- a/main/ast_expr2.h +++ b/main/ast_expr2.h @@ -92,7 +92,7 @@ #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE -#line 260 "../main/ast_expr2.y" +#line 305 "../main/ast_expr2.y" { struct val *val; struct expr_node *arglist; -- cgit v1.2.3