X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2Ftokenizer.yy.c;h=cbc55985bfc0d2803b7efb47f49c876522161821;hb=a61b92b4ac72cd15ee0f3165f2e7a2f5ac00f156;hp=b8b3af73ede411a32afce08cbfc86157d5740629;hpb=d016fb9a0dd752b541a45830ec55516ada425944;p=swftools.git diff --git a/lib/as3/tokenizer.yy.c b/lib/as3/tokenizer.yy.c index b8b3af7..cbc5598 100644 --- a/lib/as3/tokenizer.yy.c +++ b/lib/as3/tokenizer.yy.c @@ -3677,19 +3677,9 @@ static void as3__load_buffer_state (void) as3_free((void *) b ); } -#ifndef _UNISTD_H /* assume unistd.h has isatty() for us */ -#ifdef __cplusplus -extern "C" { -#endif -#ifdef __THROW /* this is a gnuism */ -extern int isatty (int ) __THROW; -#else +#ifndef __cplusplus extern int isatty (int ); -#endif -#ifdef __cplusplus -} -#endif -#endif +#endif /* __cplusplus */ /* Initializes or reinitializes a buffer. * This function is sometimes called more than once on the same buffer,