On 01/04/12 00:01, Peter Rosin wrote:
> Below is a patch that makes the lex library detection and
>> the yytext-pointer tests not stumble when the system does
>> not provide a unistd.h include.

Are the tests really stumbling in that case?
If 'lex' generates .c files that don't work
unless one #defines a magic symbol, then arguably
'lex' isn't working.

Perhaps a better fix would be for 'configure'
to #define YY_NO_UNISTD_H as needed, and
to leave contest.l alone?  That way, the fix
would be visible to C programs that are being
compiled.

Reply via email to