mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
tests: add missing includes
* tests/actions.at, tests/c++.at, tests/headers.at, * tests/regression.at: here.
This commit is contained in:
@@ -425,6 +425,7 @@ AT_DATA_GRAMMAR([[input.y]],
|
||||
]$3[
|
||||
%code
|
||||
{
|
||||
#include <stdio.h> /* putchar. */
|
||||
]AT_YYERROR_DECLARE[
|
||||
]AT_YYLEX_DECLARE[
|
||||
}
|
||||
@@ -1728,6 +1729,7 @@ AT_DATA_GRAMMAR([[input.y]],
|
||||
# define YYSTYPE sem_type
|
||||
|
||||
]AT_CXX_IF([[
|
||||
# include <cstdio> // EOF.
|
||||
# include <iostream>
|
||||
namespace
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user