summaryrefslogtreecommitdiffstats
path: root/Source/LexerParser/cmCommandArgumentParserTokens.h
diff options
context:
space:
mode:
authorChristoph GrĂ¼ninger <foss@grueninger.de>2021-01-22 15:18:50 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-25 17:06:17 (GMT)
commit699d50e37636cbd73d7ef2d8d8a63e5405e97976 (patch)
tree61bcd0ec4a748e9514cb71b278031cd530e7b1d5 /Source/LexerParser/cmCommandArgumentParserTokens.h
parentc95442b9b143b8fcd9af5831f1562f447302ef10 (diff)
downloadCMake-699d50e37636cbd73d7ef2d8d8a63e5405e97976.zip
CMake-699d50e37636cbd73d7ef2d8d8a63e5405e97976.tar.gz
CMake-699d50e37636cbd73d7ef2d8d8a63e5405e97976.tar.bz2
LexerParser: Regenerate parser files with GNU Bison 3.7.4
Adjust expected test output.
Diffstat (limited to 'Source/LexerParser/cmCommandArgumentParserTokens.h')
-rw-r--r--Source/LexerParser/cmCommandArgumentParserTokens.h53
1 files changed, 23 insertions, 30 deletions
diff --git a/Source/LexerParser/cmCommandArgumentParserTokens.h b/Source/LexerParser/cmCommandArgumentParserTokens.h
index 033b899..578f793 100644
--- a/Source/LexerParser/cmCommandArgumentParserTokens.h
+++ b/Source/LexerParser/cmCommandArgumentParserTokens.h
@@ -1,8 +1,8 @@
-/* A Bison parser, made by GNU Bison 3.4.2. */
+/* A Bison parser, made by GNU Bison 3.7.4. */
/* Bison interface for Yacc-like parsers in C
- Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
+ Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2020 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
@@ -31,8 +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. */
+/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
+ especially those whose name start with YY_ or yy_. They are
+ private implementation details that can be changed or removed. */
#ifndef YY_CMCOMMANDARGUMENT_YY_CMCOMMANDARGUMENTPARSERTOKENS_H_INCLUDED
# define YY_CMCOMMANDARGUMENT_YY_CMCOMMANDARGUMENTPARSERTOKENS_H_INCLUDED
@@ -44,38 +45,30 @@
extern int cmCommandArgument_yydebug;
#endif
-/* Token type. */
+/* Token kinds. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
enum yytokentype
{
- cal_ENVCURLY = 258,
- cal_NCURLY = 259,
- cal_DCURLY = 260,
- cal_DOLLAR = 261,
- cal_LCURLY = 262,
- cal_RCURLY = 263,
- cal_NAME = 264,
- cal_BSLASH = 265,
- cal_SYMBOL = 266,
- cal_AT = 267,
- cal_ERROR = 268,
- cal_ATNAME = 269
+ YYEMPTY = -2,
+ YYEOF = 0, /* "end of file" */
+ YYerror = 256, /* error */
+ YYUNDEF = 257, /* "invalid token" */
+ cal_ENVCURLY = 258, /* cal_ENVCURLY */
+ cal_NCURLY = 259, /* cal_NCURLY */
+ cal_DCURLY = 260, /* cal_DCURLY */
+ cal_DOLLAR = 261, /* "$" */
+ cal_LCURLY = 262, /* "{" */
+ cal_RCURLY = 263, /* "}" */
+ cal_NAME = 264, /* cal_NAME */
+ cal_BSLASH = 265, /* "\\" */
+ cal_SYMBOL = 266, /* cal_SYMBOL */
+ cal_AT = 267, /* "@" */
+ cal_ERROR = 268, /* cal_ERROR */
+ cal_ATNAME = 269 /* cal_ATNAME */
};
+ typedef enum yytokentype yytoken_kind_t;
#endif
-/* Tokens. */
-#define cal_ENVCURLY 258
-#define cal_NCURLY 259
-#define cal_DCURLY 260
-#define cal_DOLLAR 261
-#define cal_LCURLY 262
-#define cal_RCURLY 263
-#define cal_NAME 264
-#define cal_BSLASH 265
-#define cal_SYMBOL 266
-#define cal_AT 267
-#define cal_ERROR 268
-#define cal_ATNAME 269
/* Value type. */