let Bison generate the header directly
authorDmitry Shachnev <mitya57@debian.org>
Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 13 Jan 2023 08:01:27 +0000 (08:01 +0000)
commitafa14bd2cecab0f5ce2c03fdf684bb9fbcbba2a0
treee7155aade0ab1c7fd91f7a0eaeb5efc56d36a0db
parent9f36b43d52ff691c41e776aa0678e7507b52d9c9
let Bison generate the header directly

Forwarded: https://github.com/qtwebkit/qtwebkit/pull/1012
Last-Update: 2020-08-04

Starting with Bison 3.7, the generated C++ file #include's the header
by default, instead of duplicating it. So we should not delete it.

Remove the code to add #ifdef guards to the header, since Bison adds
them itself since version 2.6.3.

Gbp-Pq: Name bison_3.7.diff
Source/WebCore/css/makegrammar.pl