summaryrefslogtreecommitdiff
path: root/ast_expr2.h
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-08-29 20:43:16 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-08-29 20:43:16 +0000
commit830943cd0d3272e6d38aa6fabb6cdf8696426fdb (patch)
tree2c9f4d20c4d1642c8b5bd3f8719e35a059fe2ee5 /ast_expr2.h
parent464c3dca3c0ef02cd0c08e26423f38e3b9c533c0 (diff)
fix signed/unsigned result issue on 32-bit platforms (issue #5050)
(expression parser was rebuilt with bison 1.875d as well) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'ast_expr2.h')
-rwxr-xr-xast_expr2.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ast_expr2.h b/ast_expr2.h
index e96c0270a..e214e8332 100755
--- a/ast_expr2.h
+++ b/ast_expr2.h
@@ -1,7 +1,7 @@
-/* A Bison parser, made by GNU Bison 1.875. */
+/* A Bison parser, made by GNU Bison 1.875d. */
/* Skeleton parser for Yacc-like parsing with Bison,
- Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 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
@@ -82,8 +82,8 @@
typedef union YYSTYPE {
struct val *val;
} YYSTYPE;
-/* Line 1249 of yacc.c. */
-#line 86 "ast_expr2.h"
+/* Line 1285 of yacc.c. */
+#line 87 "ast_expr2.h"
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
# define YYSTYPE_IS_DECLARED 1
# define YYSTYPE_IS_TRIVIAL 1