Skip to content

Commit

Permalink
regen
Browse files Browse the repository at this point in the history
  • Loading branch information
akimd committed Aug 2, 2022
1 parent a166d54 commit 5555f4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions src/parse-gram.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/* A Bison parser, made by GNU Bison 3.8.1. */
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */

/* Bison implementation for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 Free Software
Foundation, Inc.
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2022 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
Expand Down Expand Up @@ -46,10 +46,10 @@
USER NAME SPACE" below. */

/* Identify Bison output, and Bison version. */
#define YYBISON 30801
#define YYBISON 30802

/* Bison version string. */
#define YYBISON_VERSION "3.8.1"
#define YYBISON_VERSION "3.8.2.30-82269"

/* Skeleton name. */
#define YYSKELETON_NAME "yacc.c"
Expand Down Expand Up @@ -1794,7 +1794,7 @@ static YYLTYPE yyloc_default
YYLTYPE yylloc = yyloc_default;

/* Number of syntax errors so far. */
int yynerrs = 0;
int yynerrs YY_ATTRIBUTE_UNUSED = 0;

yy_state_fast_t yystate = 0;
/* Number of tokens to shift before error messages enabled. */
Expand Down
4 changes: 2 additions & 2 deletions src/parse-gram.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/* A Bison parser, made by GNU Bison 3.8.1. */
/* A Bison parser, made by GNU Bison 3.8.2.30-82269. */

/* Bison interface 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-2022 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
Expand Down

0 comments on commit 5555f4d

Please sign in to comment.