mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 19:23:02 +00:00
tests: add missing includes
* tests/actions.at, tests/c++.at, tests/headers.at, * tests/regression.at: here.
This commit is contained in:
@@ -988,7 +988,8 @@ yy::parser::error (const std::string &m)
|
||||
|
||||
# Another file to check syntax_error's linkage.
|
||||
AT_DATA_SOURCE([scan.cc],
|
||||
[[#include "input.hh"
|
||||
[[#include <cstdio> // getchar
|
||||
#include "input.hh"
|
||||
|
||||
// 'a': valid item, 's': syntax error, 'l': lexical error.
|
||||
int
|
||||
|
||||
Reference in New Issue
Block a user