summaryrefslogtreecommitdiff
path: root/src/reduce.h
diff options
context:
space:
mode:
authorAkim Demaille <akim.demaille@gmail.com>2018-06-17 18:43:59 +0200
committerAkim Demaille <akim.demaille@gmail.com>2018-06-17 18:43:59 +0200
commitf462a08572ef5ff8d43513c6b866895d20cf018b (patch)
tree9d54ad8f92aa835c38029f92902cb9ff0fb11a42 /src/reduce.h
parentd6445ec10bf296f3652c2231167ced977b803f5d (diff)
parent0ac08d2d6c0558b375764f957d1fb367f91ab24f (diff)
downloadbison-f462a08572ef5ff8d43513c6b866895d20cf018b.tar.gz
Merge maint into master
* upstream/maint: (48 commits) THANKS: update an address tests: adjust syncline tests to GCC 7 glr: fix improperly placed synclines bison: be git grep friendly Replace ftp with https maint: post-release administrivia version 3.0.5 bison: style: indentation fixes regen bison: please address sanitizer C++: style: fix indentation NEWS: update C++: style: prefer `unsigned` to `unsigned int` C++: style: space before paren C++: fix -Wdeprecated warnings tests: fix -Wdeprecated warning maint: update syntax-check exclusions autoconf: update regen Update copyright years ...
Diffstat (limited to 'src/reduce.h')
-rw-r--r--src/reduce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reduce.h b/src/reduce.h
index 254f7bc2..b1baa892 100644
--- a/src/reduce.h
+++ b/src/reduce.h
@@ -1,7 +1,7 @@
/* Grammar reduction for Bison.
- Copyright (C) 2000-2002, 2007, 2009-2015 Free Software Foundation,
- Inc.
+ Copyright (C) 2000-2002, 2007, 2009-2015, 2018 Free Software
+ Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.