help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Flex 2.5.8 flex.skl patch


From: Bruce Lilly
Subject: Re: Flex 2.5.8 flex.skl patch
Date: Fri, 28 Jun 2002 18:55:38 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020204



*** flex.skl.orig       Mon Mar 18 02:50:28 2002
--- flex.skl    Fri Jun 28 18:51:33 2002
***************
*** 1470,1480 ****
  %-
  #ifndef YY_ALWAYS_INTERACTIVE
  #ifndef YY_NEVER_INTERACTIVE
! #ifdef __cplusplus
! extern "C" int isatty YY_PROTO(( int ));
! #else
! extern int isatty YY_PROTO(( int ));
! #endif /* __cplusplus */
  #endif /* !YY_NEVER_INTERACTIVE */
  #endif /* !YY_ALWAYS_INTERACTIVE */
  
--- 1470,1476 ----
  %-
  #ifndef YY_ALWAYS_INTERACTIVE
  #ifndef YY_NEVER_INTERACTIVE
! #include <unistd.h>   /* isatty declaration */
  #endif /* !YY_NEVER_INTERACTIVE */
  #endif /* !YY_ALWAYS_INTERACTIVE */
  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]