let Bison generate the header directly
authorDmitry Shachnev <mitya57@debian.org>
Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)
committerDmitry Shachnev <mitya57@debian.org>
Tue, 4 Aug 2020 13:04:24 +0000 (14:04 +0100)
commit7ac4a5bfac404183c5c5664feddffe2ab974c1b4
tree2ca348c1067be1741c1c5fc5d81045c49706cb29
parentbba59d80273d84160d1f2b100ffec7c0cba7cf89
let Bison generate the header directly

Forwarded: not-yet
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