summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-04-30 12:44:54 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-04-30 12:44:54 +0000
commit813f565de7e9fbf315becc2ca5d9ecf138414658 (patch)
tree666dd24cef924f83c816761e0a29b3519479186b /pbx/ael/ael.tab.h
parentf4b05f86cc785366fbbefa8cf77977b2e59ee690 (diff)
more merge of common blocks through intermediate rules.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23614 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael.tab.h')
-rw-r--r--pbx/ael/ael.tab.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/pbx/ael/ael.tab.h b/pbx/ael/ael.tab.h
index d4a924b63..199a5b58a 100644
--- a/pbx/ael/ael.tab.h
+++ b/pbx/ael/ael.tab.h
@@ -117,11 +117,12 @@
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
#line 53 "ael.y"
typedef union YYSTYPE {
- char *str;
- struct pval *pval;
+ int intval; /* integer value, typically flags */
+ char *str; /* strings */
+ struct pval *pval; /* full objects */
} YYSTYPE;
/* Line 1447 of yacc.c. */
-#line 125 "ael.tab.h"
+#line 126 "ael.tab.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1