aboutsummaryrefslogtreecommitdiffstats
path: root/ast_expr2.h
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-16 20:11:05 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-16 20:11:05 +0000
commit532ba2389bc6ef878558fa875a7e2e82407d7cf5 (patch)
tree3c4c4cecb74c8abb6ad8dcbc88cb4a7444d27ab6 /ast_expr2.h
parentfdc21b3182751fc841c296d9430f3371cc620275 (diff)
fix compiler warning on mac (issue #6737)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@13280 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'ast_expr2.h')
-rw-r--r--ast_expr2.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/ast_expr2.h b/ast_expr2.h
index 1afe7d180..f90139c8e 100644
--- a/ast_expr2.h
+++ b/ast_expr2.h
@@ -1,7 +1,7 @@
-/* A Bison parser, made by GNU Bison 2.0. */
+/* A Bison parser, made by GNU Bison 2.1. */
/* Skeleton parser for Yacc-like parsing with Bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005 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
@@ -15,8 +15,8 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
- Foundation, Inc., 59 Temple Place - Suite 330,
- Boston, MA 02111-1307, USA. */
+ Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ Boston, MA 02110-1301, USA. */
/* As a special exception, when this file is copied by Bison into a
Bison output file, you may use that output file without restriction.
@@ -52,6 +52,7 @@
TOKEN = 278
};
#endif
+/* Tokens. */
#define TOK_COLONCOLON 258
#define TOK_COND 259
#define TOK_OR 260
@@ -82,8 +83,8 @@
typedef union YYSTYPE {
struct val *val;
} YYSTYPE;
-/* Line 1318 of yacc.c. */
-#line 87 "ast_expr2.h"
+/* Line 1447 of yacc.c. */
+#line 88 "ast_expr2.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1