summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-06-20 20:10:19 +0000
committerSteve Murphy <murf@digium.com>2007-06-20 20:10:19 +0000
commitc1bb0fc34bf52b6736a37a556a35f66e28db3f91 (patch)
tree1cc8fd8f8e629efb3ac99e3d7a2e2618f36092b4 /pbx/ael/ael.tab.h
parentce2c52d51906f485e6d1a0e4e7950d74ce6ff495 (diff)
This finishes the changes for making Macro args LOCAL to the call, and allowing users to declare local variables.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70461 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael.tab.h')
-rw-r--r--pbx/ael/ael.tab.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/pbx/ael/ael.tab.h b/pbx/ael/ael.tab.h
index c908e0279..4036c07f7 100644
--- a/pbx/ael/ael.tab.h
+++ b/pbx/ael/ael.tab.h
@@ -67,7 +67,8 @@
KW_SWITCHES = 293,
KW_ESWITCHES = 294,
KW_INCLUDES = 295,
- word = 296
+ KW_LOCAL = 296,
+ word = 297
};
#endif
/* Tokens. */
@@ -109,7 +110,8 @@
#define KW_SWITCHES 293
#define KW_ESWITCHES 294
#define KW_INCLUDES 295
-#define word 296
+#define KW_LOCAL 296
+#define word 297
@@ -123,7 +125,7 @@ typedef union YYSTYPE
struct pval *pval; /* full objects */
}
/* Line 1536 of yacc.c. */
-#line 127 "ael.tab.h"
+#line 129 "ael.tab.h"
YYSTYPE;
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1