summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-09-21 14:25:51 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-09-21 14:25:51 +0000
commit78a94595f6a5543d9155270f9b83145df22d9d24 (patch)
tree20df30ed47e98f695d6234fe53f28b1a92674fe4 /main/ast_expr2.h
parentab333a003caabe4057c9be9dcc0748fde83b7ae4 (diff)
Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83431 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/ast_expr2.h')
-rw-r--r--main/ast_expr2.h2
1 files changed, 1 insertions, 1 deletions
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;