summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-10-04 09:07:42 +0200
committerAkim Demaille <akim@lrde.epita.fr>2012-10-04 11:42:26 +0200
commitec78bdab6d3de74968b9a6bbe2d88d0f3317a6d9 (patch)
tree01773ab10512688b191f2b067c6c096adfa224d1 /data
parenta2b3f10183008612c4350e072d5611e0b6a8a462 (diff)
downloadbison-ec78bdab6d3de74968b9a6bbe2d88d0f3317a6d9.tar.gz
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.
Diffstat (limited to 'data')
-rw-r--r--data/location.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/data/location.cc b/data/location.cc
index 0673f4c2..92b6d096 100644
--- a/data/location.cc
+++ b/data/location.cc
@@ -159,8 +159,6 @@ b4_copyright([Locations for Bison parsers in C++],
]b4_cpp_guard_open([b4_dir_prefix[]location.hh])[
-# include <iostream>
-# include <string>
# include "position.hh"
]b4_namespace_open[