X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/ec78bdab6d3de74968b9a6bbe2d88d0f3317a6d9..db8ab2be3337ef87629b761078ebc46a01e7f876:/README-hacking diff --git a/README-hacking b/README-hacking index 50669568..26391e98 100644 --- a/README-hacking +++ b/README-hacking @@ -175,9 +175,9 @@ If the test suite shows failures such as the following one /usr/include/getopt.h:54:8: error: previous definition of 'struct option' it probably means that some file was compiled without -AT_DATA_SOURCE_PROLOGUE. This error is due to the fact that our -I pick up -gnulib's replacement headers, such as getopt.h, which will go if config.h -was not included first. +AT_DATA_SOURCE_PROLOGUE. This error is due to the fact that our -I options +pick up gnulib's replacement headers, such as getopt.h, and this will go +wrong if config.h was not included first. See tests/local.at for details.