Commit 7f713c38e4e1ad3c3cca73e6cd23d605ad7b886e

Peter Rosin 2011-12-20T21:42:54

tests: fix spurious failure on systems lacking unistd.h This is for automake bug#10324. * tests/silent-lex-generic.test (foo.l): Add a dummy #define of YY_NO_UNISTD_H, so that the generated foo.c file won't require unistd.h to be present (it is not present when compiling with, e.g., MSVC 9).