summaryrefslogtreecommitdiff
path: root/pbx/ael/ael.tab.h
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2006-07-19 02:55:24 +0000
committerSteve Murphy <murf@digium.com>2006-07-19 02:55:24 +0000
commitdb0b142b06510f4f72115ea7bc1616dc771afb29 (patch)
treebf2ac5998457ceac49a47c19c2b8d484127fd4e1 /pbx/ael/ael.tab.h
parent31d0db0e29f4572fe5a9fc34005948736d52bb2f (diff)
committing a fix for colons in goto arguments and suppressing operator messages in globals assignments.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'pbx/ael/ael.tab.h')
-rw-r--r--pbx/ael/ael.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/ael/ael.tab.h b/pbx/ael/ael.tab.h
index 2daac4ab2..c908e0279 100644
--- a/pbx/ael/ael.tab.h
+++ b/pbx/ael/ael.tab.h
@@ -116,7 +116,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
-#line 48 "ael.y"
+#line 54 "ael.y"
{
int intval; /* integer value, typically flags */
char *str; /* strings */