aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-22 02:07:53 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-09-22 02:07:53 +0000
commitcd3286e82ef6c671d3eedd533b6158dc83bbb4ea (patch)
treee34d8ab25c6870a1fdea5c925b639ddc826e06e1 /main/ast_expr2.h
parent74a4536abe5f03de9a93fadaebdb6275f1251f6a (diff)
Fixes for FreeBSD... testing for every conceivable math function now
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@83517 f38db490-d61c-443f-a65b-d21fe96a405b
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 e7aca623c..0b75c0f5d 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 305 "../main/ast_expr2.y"
+#line 414 "../main/ast_expr2.y"
{
struct val *val;
struct expr_node *arglist;