parse-gram.c (bison-3.8.1.tar.xz) | : | parse-gram.c (bison-3.8.2.tar.xz) | ||
---|---|---|---|---|
/* A Bison parser, made by GNU Bison 3.8.1. */ | /* A Bison parser, made by GNU Bison 3.8.2. */ | |||
/* Bison implementation for Yacc-like parsers in C | /* Bison implementation for Yacc-like parsers in C | |||
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, | Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation, | |||
Inc. | Inc. | |||
This program is free software: you can redistribute it and/or modify | 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 | it under the terms of the GNU General Public License as published by | |||
the Free Software Foundation, either version 3 of the License, or | the Free Software Foundation, either version 3 of the License, or | |||
(at your option) any later version. | (at your option) any later version. | |||
skipping to change at line 49 | skipping to change at line 49 | |||
private implementation details that can be changed or removed. */ | private implementation details that can be changed or removed. */ | |||
/* All symbols defined below should begin with yy or YY, to avoid | /* All symbols defined below should begin with yy or YY, to avoid | |||
infringing on user name space. This should be done even for local | infringing on user name space. This should be done even for local | |||
variables, as they might otherwise be expanded by user macros. | variables, as they might otherwise be expanded by user macros. | |||
There are some unavoidable exceptions within include files to | There are some unavoidable exceptions within include files to | |||
define necessary library symbols; they are noted "INFRINGES ON | define necessary library symbols; they are noted "INFRINGES ON | |||
USER NAME SPACE" below. */ | USER NAME SPACE" below. */ | |||
/* Identify Bison output, and Bison version. */ | /* Identify Bison output, and Bison version. */ | |||
#define YYBISON 30801 | #define YYBISON 30802 | |||
/* Bison version string. */ | /* Bison version string. */ | |||
#define YYBISON_VERSION "3.8.1" | #define YYBISON_VERSION "3.8.2" | |||
/* Skeleton name. */ | /* Skeleton name. */ | |||
#define YYSKELETON_NAME "yacc.c" | #define YYSKELETON_NAME "yacc.c" | |||
/* Pure parsers. */ | /* Pure parsers. */ | |||
#define YYPURE 2 | #define YYPURE 2 | |||
/* Push parsers. */ | /* Push parsers. */ | |||
#define YYPUSH 0 | #define YYPUSH 0 | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 3 lines changed or added |