Merged revisions 138845 via svnmerge from

https://origsvn.digium.com/svn/asterisk/trunk

........
r138845 | murf | 2008-08-19 10:31:24 -0600 (Tue, 19 Aug 2008) | 1 line

Oops. put a decl in a generated file. My bad, but fixed now.
........


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@138855 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Steve Murphy
2008-08-19 17:01:43 +00:00
parent fc3434d16d
commit e5fa8246e7
5 changed files with 272 additions and 265 deletions

View File

@@ -130,7 +130,7 @@
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef union YYSTYPE
#line 58 "ael.y"
#line 60 "ael.y"
{
int intval; /* integer value, typically flags */
char *str; /* strings */