help-bison
[Top][All Lists]
Advanced

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

Re: Flex doesn't generate pure ANSI C code


From: Hans Aberg
Subject: Re: Flex doesn't generate pure ANSI C code
Date: Tue, 13 Nov 2001 13:06:17 +0100

At 12:52 +0100 2001/11/13, Michal Poziemski wrote:
>I'm new in list and I know that this is Bison mailing list, but I have
>problem with Flex and maybe You will help me.

Flex isn't Bison, and the person developing Flex is Will Estes
<address@hidden>.

>I want to make Flex to generate pure ANSI C code (or K&R) without
>using any non-standard header files or functions.
>
>File lex.yy.c includes 'unistd.h' and uses 'read' function but my
>compiler doesn't support it and I want to have ANSI C compatible
>program.

In the wait for a new Flex version, edit Flex's skeleton (or the .c file
that contains the skeleton file text and recompile).

  Hans Aberg





reply via email to

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