]> git.saurik.com Git - bison.git/commit
headers: move CPP guards into YY_*_INCLUDED to avoid collisions
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 27 Sep 2012 07:43:49 +0000 (09:43 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 1 Oct 2012 09:18:22 +0000 (11:18 +0200)
commitc9d5bcc9389ccea013b23eb095dc4a637fadbd42
tree041e5ef2aab96c429638080df0d6903bff04d5ff
parent5a05f42ecf104c83508e58f292a962b6ac3d5777
headers: move CPP guards into YY_*_INCLUDED to avoid collisions

See <http://lists.gnu.org/archive/html/bug-bison/2012-09/msg00016.html>.

* data/c.m4 (b4_cpp_guard): Prepend YY_ and append _INCLUDED.
* tests/headers.at: Adjust.
* NEWS, doc/bison.texi: Document.
NEWS
data/c.m4
doc/bison.texi
tests/headers.at