summaryrefslogtreecommitdiff
path: root/ast_expr2.h
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-03-16 20:11:05 +0000
committerRussell Bryant <russell@russellbryant.com>2006-03-16 20:11:05 +0000
commite2b353fca9f24521ac497ad6120864606f162a55 (patch)
tree3c4c4cecb74c8abb6ad8dcbc88cb4a7444d27ab6 /ast_expr2.h
parent1a206c1bf84199c3a4c648cd35aa0d7677e5328e (diff)
fix compiler warning on mac (issue #6737)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13280 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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