summaryrefslogtreecommitdiff
path: root/cpp/src/Slice/Grammar.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-10-20 16:18:12 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-10-20 16:18:12 -0230
commitf25aa0b9e8032003658e4fd97bd8ac22b2b57d97 (patch)
treeb4741c0ed949a33e509160fe756bc441293ccd3b /cpp/src/Slice/Grammar.h
parentUse output.classesDir. (diff)
downloadice-f25aa0b9e8032003658e4fd97bd8ac22b2b57d97.tar.bz2
ice-f25aa0b9e8032003658e4fd97bd8ac22b2b57d97.tar.xz
ice-f25aa0b9e8032003658e4fd97bd8ac22b2b57d97.zip
Grammar files were committed with wrong version of bison
Diffstat (limited to 'cpp/src/Slice/Grammar.h')
-rw-r--r--cpp/src/Slice/Grammar.h33
1 files changed, 7 insertions, 26 deletions
diff --git a/cpp/src/Slice/Grammar.h b/cpp/src/Slice/Grammar.h
index 58e6b512c76..0ee3d141315 100644
--- a/cpp/src/Slice/Grammar.h
+++ b/cpp/src/Slice/Grammar.h
@@ -1,8 +1,10 @@
-/* A Bison parser, made by GNU Bison 2.7.12-4996. */
-/* Bison interface for Yacc-like parsers in C
+/* A Bison parser, made by GNU Bison 2.4.1. */
+
+/* Skeleton interface for Bison's Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
+ Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
+ 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
@@ -30,15 +32,6 @@
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
-#ifndef YY_SLICE_GRAMMAR_TAB_H_INCLUDED
-# define YY_SLICE_GRAMMAR_TAB_H_INCLUDED
-/* Enabling traces. */
-#ifndef YYDEBUG
-# define YYDEBUG 1
-#endif
-#if YYDEBUG
-extern int slice_debug;
-#endif
/* Tokens. */
#ifndef YYTOKENTYPE
@@ -92,6 +85,7 @@ extern int slice_debug;
#endif
+
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
typedef int YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
@@ -100,18 +94,5 @@ typedef int YYSTYPE;
#endif
-#ifdef YYPARSE_PARAM
-#if defined __STDC__ || defined __cplusplus
-int slice_parse (void *YYPARSE_PARAM);
-#else
-int slice_parse ();
-#endif
-#else /* ! YYPARSE_PARAM */
-#if defined __STDC__ || defined __cplusplus
-int slice_parse (void);
-#else
-int slice_parse ();
-#endif
-#endif /* ! YYPARSE_PARAM */
-#endif /* !YY_SLICE_GRAMMAR_TAB_H_INCLUDED */
+