On 05/05/2011 08:28 AM, Bruno Haible wrote:
> Hi Eric,
>
>> I have a condition (namely, test-fclose), where I only want to test
>> a particular behavior of fclose if I know that fflush was replaced at
>> the same level as fclose. That is, if fclose is in lib, but fflush is
>> only in tests, then
Hi Eric,
> I have a condition (namely, test-fclose), where I only want to test
> a particular behavior of fclose if I know that fflush was replaced at
> the same level as fclose. That is, if fclose is in lib, but fflush is
> only in tests, then the test is likely to fail and so I want to compile