Simplify some preprocessor logic by using #elif

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@86197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2007-10-17 21:16:40 +00:00
parent 6998be1b3b
commit 727a908023
3 changed files with 165 additions and 335 deletions

View File

@@ -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;