diff options
author | Brad King <brad.king@kitware.com> | 2019-07-22 12:43:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-07-22 12:45:40 (GMT) |
commit | 8f0b3f92d5e3c16e1fb2ec24ac0ea114805a6476 (patch) | |
tree | d3c4c6b31acb7b234dd95e7c88ddcbf350e75756 /Source/LexerParser/cmDependsJavaParserTokens.h | |
parent | dbffd2f4d5742374a96468d217490769d1fad288 (diff) | |
download | CMake-8f0b3f92d5e3c16e1fb2ec24ac0ea114805a6476.zip CMake-8f0b3f92d5e3c16e1fb2ec24ac0ea114805a6476.tar.gz CMake-8f0b3f92d5e3c16e1fb2ec24ac0ea114805a6476.tar.bz2 |
LexerParser: Regenerate parsers with bison 3.3
Run `Utilities/Scripts/regenerate-parsers.bash`.
Diffstat (limited to 'Source/LexerParser/cmDependsJavaParserTokens.h')
-rw-r--r-- | Source/LexerParser/cmDependsJavaParserTokens.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Source/LexerParser/cmDependsJavaParserTokens.h b/Source/LexerParser/cmDependsJavaParserTokens.h index 7f18f1d..6bbc084 100644 --- a/Source/LexerParser/cmDependsJavaParserTokens.h +++ b/Source/LexerParser/cmDependsJavaParserTokens.h @@ -1,8 +1,9 @@ -/* A Bison parser, made by GNU Bison 3.0.4. */ +/* A Bison parser, made by GNU Bison 3.3.2. */ /* Bison interface for Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc. + Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 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,6 +31,9 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ +/* Undocumented macros, especially those whose name start with YY_, + are private implementation details. Do not rely on them. */ + #ifndef YY_CMDEPENDSJAVA_YY_CMDEPENDSJAVAPARSERTOKENS_H_INCLUDED # define YY_CMDEPENDSJAVA_YY_CMDEPENDSJAVAPARSERTOKENS_H_INCLUDED /* Debug traces. */ |