let Bison generate the header directly
authorDmitry Shachnev <mitya57@debian.org>
Fri, 25 Oct 2024 09:39:48 +0000 (12:39 +0300)
committerDmitry Shachnev <mitya57@debian.org>
Fri, 25 Oct 2024 09:39:48 +0000 (12:39 +0300)
commitde8089670c1a5a93f741916c5d00093cdcbc76be
tree2e227eaddf0e34cd62c580ff619a6f25b497475e
parente0271ffcf7dee6f53cdb28c6c03ccddd160e451b
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