aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2.h
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 21:16:40 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2007-10-17 21:16:40 +0000
commit6f91e14f19f00acbe83c8b2b590b393dd90aad65 (patch)
treeb589ba6a174843c731220ff9ef1ea537f45d916e /main/ast_expr2.h
parent682daa5fc2677214de40c10ee616eb7c5c99a4f2 (diff)
Simplify some preprocessor logic by using #elif
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@86197 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 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;