]> git.saurik.com Git - bison.git/commit
tests: avoid c++ failure due to lack of getenv decl
authorJim Meyering <meyering@redhat.com>
Thu, 16 Feb 2012 10:03:31 +0000 (11:03 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 16 Feb 2012 10:03:31 +0000 (11:03 +0100)
commit292402a9b2a9fe3440008e42a41b01185d9a4f9d
tree9261f96a8305d49883de4c7e53932405eac23e06
parent3d6ca339083c278d907c9f030f4ba6bc5ecb07f2
tests: avoid c++ failure due to lack of getenv decl

* tests/c++.at (Syntax error as exception): Avoid spurious failure
at least when compiling with g++-4.7.x due to lack of declaration
of getenv.  Include <stdlib.h>.
tests/c++.at