summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-09-22 02:07:53 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-09-22 02:07:53 +0000
commit48f56ba8b4fadde2cb2f208414095577bba36851 (patch)
treee34d8ab25c6870a1fdea5c925b639ddc826e06e1 /main/ast_expr2.h
parent0b0c36ff6a64ec920a04dbd5a6f96a30970a2c14 (diff)
Fixes for FreeBSD... testing for every conceivable math function now
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@83517 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 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;