diff options
Diffstat (limited to 'cpp/src/Slice/Grammar.h')
-rw-r--r-- | cpp/src/Slice/Grammar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cpp/src/Slice/Grammar.h b/cpp/src/Slice/Grammar.h index 66aa4b73ccd..86819102570 100644 --- a/cpp/src/Slice/Grammar.h +++ b/cpp/src/Slice/Grammar.h @@ -1,8 +1,8 @@ -/* A Bison parser, made by GNU Bison 3.0.2. */ +/* A Bison parser, made by GNU Bison 3.0.4. */ /* Bison interface for Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc. + Copyright (C) 1984, 1989-1990, 2000-2015 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,8 +30,8 @@ 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 +#ifndef YY_SLICE_SRC_SLICE_GRAMMAR_HPP_INCLUDED +# define YY_SLICE_SRC_SLICE_GRAMMAR_HPP_INCLUDED /* Debug traces. */ #ifndef YYDEBUG # define YYDEBUG 1 @@ -102,4 +102,4 @@ typedef int YYSTYPE; int slice_parse (void); -#endif /* !YY_SLICE_GRAMMAR_TAB_H_INCLUDED */ +#endif /* !YY_SLICE_SRC_SLICE_GRAMMAR_HPP_INCLUDED */ |