summaryrefslogtreecommitdiff
path: root/res/ael/ael.tab.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2012-03-24 02:42:42 +0000
committerRussell Bryant <russell@russellbryant.com>2012-03-24 02:42:42 +0000
commitcad07b3800b7212c363e2753d6d7540b585c3449 (patch)
tree80c307b11a35f91200f8b091d0f7e44715942339 /res/ael/ael.tab.h
parent721f92058f53b87a70872ec87dd1a35866280eee (diff)
Multiple revisions 360356-360357
........ r360356 | russell | 2012-03-23 22:33:36 -0400 (Fri, 23 Mar 2012) | 6 lines expression parser: Fix (theoretical) memory leak. Fix a memory leak that is very unlikely to actually happen. If a malloc() succeeded, but the following strdup() failed, the memory from the original malloc() would be leaked. ........ r360357 | russell | 2012-03-23 22:34:39 -0400 (Fri, 23 Mar 2012) | 6 lines Rebuild parsers. This is needed to include the last fix to main/ast_expr2.y. The changes look much bigger as this regeneration of the code was done with newer versions of flex and bison. ........ Merged revisions 360356-360357 from http://svn.asterisk.org/svn/asterisk/branches/1.8 ........ Merged revisions 360358 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@360359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/ael/ael.tab.h')
-rw-r--r--res/ael/ael.tab.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/res/ael/ael.tab.h b/res/ael/ael.tab.h
index 0f517c66f..93fc23d0c 100644
--- a/res/ael/ael.tab.h
+++ b/res/ael/ael.tab.h
@@ -1,10 +1,8 @@
+/* A Bison parser, made by GNU Bison 2.5. */
-/* A Bison parser, made by GNU Bison 2.4.1. */
-
-/* Skeleton interface for Bison's Yacc-like parsers in C
+/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
- Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -89,7 +87,7 @@
typedef union YYSTYPE
{
-/* Line 1676 of yacc.c */
+/* Line 2068 of yacc.c */
#line 59 "ael.y"
int intval; /* integer value, typically flags */
@@ -98,8 +96,8 @@ typedef union YYSTYPE
-/* Line 1676 of yacc.c */
-#line 103 "ael.tab.h"
+/* Line 2068 of yacc.c */
+#line 101 "ael.tab.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define yystype YYSTYPE /* obsolescent; will be withdrawn */