mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 10:13:03 +00:00
tests: beware of gnulib's need for config.h
* tests/skeletons.at, tests/torture.at: Be sure to include config.h where appropriate.
This commit is contained in:
@@ -114,10 +114,10 @@ main (void)
|
||||
}
|
||||
]])
|
||||
|
||||
AT_DATA([[input-cmd-line.y]],
|
||||
AT_DATA_GRAMMAR([[input-cmd-line.y]],
|
||||
[AT_GRAM])
|
||||
|
||||
AT_DATA([[input-gram.y]],
|
||||
AT_DATA_GRAMMAR([[input-gram.y]],
|
||||
[[%skeleton "yacc.c"]
|
||||
AT_GRAM])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user