mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-19 09:13:04 +00:00
Fix some "make check" problems with Tru64 C++.
This commit is contained in:
@@ -500,9 +500,11 @@ main (void)
|
||||
}
|
||||
]])
|
||||
|
||||
AT_CHECK([bison -o input.c input.y])
|
||||
AT_LALR1_CC_IF([AT_COMPILE_CXX([input])],
|
||||
[AT_COMPILE([input])])
|
||||
AT_LALR1_CC_IF(
|
||||
[AT_CHECK([bison -o input.cc input.y])
|
||||
AT_COMPILE_CXX([input])],
|
||||
[AT_CHECK([bison -o input.c input.y])
|
||||
AT_COMPILE([input])])
|
||||
AT_PARSER_CHECK([./input], 1,
|
||||
[[sending: 'x' (0@0-9)
|
||||
thing (0@0-9): 'x' (0@0-9)
|
||||
|
||||
Reference in New Issue
Block a user