summaryrefslogtreecommitdiff
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authorTilghman Lesher <tilghman@meg.abyt.es>2007-10-17 21:16:40 +0000
committerTilghman Lesher <tilghman@meg.abyt.es>2007-10-17 21:16:40 +0000
commit727a9080231abaa8ef0654ba00e071aadb18c097 (patch)
treeb589ba6a174843c731220ff9ef1ea537f45d916e /main/ast_expr2.h
parent6998be1b3b990649ec5b75144b12d219be551818 (diff)
Simplify some preprocessor logic by using #elif
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86197 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 0b75c0f5d..54f5bcc12 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 414 "../main/ast_expr2.y"
+#line 330 "../main/ast_expr2.y"
{
struct val *val;
struct expr_node *arglist;