summaryrefslogtreecommitdiff
path: root/src/reader.c
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/reader.c
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/reader.c')
-rw-r--r--src/reader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reader.c b/src/reader.c
index ae606920..c220d707 100644
--- a/src/reader.c
+++ b/src/reader.c
@@ -1,7 +1,7 @@
/* Input parser for Bison
Copyright (C) 1984, 1986, 1989, 1992, 1998, 2000-2003, 2005-2007,
- 2009-2015 Free Software Foundation, Inc.
+ 2009-2015, 2018 Free Software Foundation, Inc.
This file is part of Bison, the GNU Compiler Compiler.