On 05-Mar-01 Alfred Perlstein wrote:
> The flex scanner template has this in it:
> 
>#ifndef YY_ALWAYS_INTERACTIVE
>#ifndef YY_NEVER_INTERACTIVE
> extern int isatty YY_PROTO(( int ));
>#endif
>#endif
> 
> Which seems to be the wrong thing to do.
> 
> Would this be an ok fix?  I'm worried about the YY_PROTO() messing
> things up anyone know what the point of doing it this way is?

I'm guessing YY_PROTO is like __P() so it can be "compilable with a K&R Old
Testament compiler."

-- 

John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.baldwin.cx/~john/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to