diff options
author | Brad King <brad.king@kitware.com> | 2022-04-06 20:01:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-04-06 20:02:03 (GMT) |
commit | 8add899c030bf5c4c946df04f70b77716b86cf31 (patch) | |
tree | c056833f185e89a322aa74dcfff327ac71f57a6f /Source/LexerParser/cmExprParserTokens.h | |
parent | eb20a55db6992cde80fd5e9ab57f1a196f307f19 (diff) | |
download | CMake-8add899c030bf5c4c946df04f70b77716b86cf31.zip CMake-8add899c030bf5c4c946df04f70b77716b86cf31.tar.gz CMake-8add899c030bf5c4c946df04f70b77716b86cf31.tar.bz2 |
LexerParser: Regenerate parsers with bison 3.8.2
Diffstat (limited to 'Source/LexerParser/cmExprParserTokens.h')
-rw-r--r-- | Source/LexerParser/cmExprParserTokens.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/LexerParser/cmExprParserTokens.h b/Source/LexerParser/cmExprParserTokens.h index 67b03de..e552fbe 100644 --- a/Source/LexerParser/cmExprParserTokens.h +++ b/Source/LexerParser/cmExprParserTokens.h @@ -1,4 +1,4 @@ -/* A Bison parser, made by GNU Bison 3.7.5. */ +/* A Bison parser, made by GNU Bison 3.8.2. */ /* Bison interface for Yacc-like parsers in C @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program. If not, see <http://www.gnu.org/licenses/>. */ + along with this program. If not, see <https://www.gnu.org/licenses/>. */ /* As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work @@ -76,6 +76,8 @@ extern int cmExpr_yydebug; + int cmExpr_yyparse (yyscan_t yyscanner); + #endif /* !YY_CMEXPR_YY_CMEXPRPARSERTOKENS_H_INCLUDED */ |