]> git.saurik.com Git - bison.git/commit
lalr1.cc: fix test suite portability
authorAkim Demaille <akim@lrde.epita.fr>
Thu, 4 Oct 2012 07:07:42 +0000 (09:07 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 22 Oct 2012 10:16:32 +0000 (12:16 +0200)
commit7aa15a002657765f171865c11e368782f6109f7d
tree4e9df3bdbfe11d698478e9070cbe6c79a9b79dbe
parent90b1335aed1edcbead0b50446b85c9a32d7c295f
lalr1.cc: fix test suite portability

Reported by Rob Vermaas' Hydra build farm on x86_64-darwin 10.2.0 with
G++ 4.6.3.

* tests/headers.at (Several parsers): Include AT_DATA_SOURCE_PROLOGUE
in the files to compile.
* data/location.cc: Do not include twice string and iostream (once
by position.hh, and then by location.hh).
* README-hacking (Typical errors): Some hints for other maintainers.
README-hacking
THANKS
data/location.cc
tests/headers.at