--- "Wilson, Ron" <[EMAIL PROTECTED]> wrote:
> That being said, I've run into a huge roadblock. I'm using flex which
> produces lex.yy.c which includes <errno.h> and <unistd.h>.
Which errno/unistd functions are actually used by the generated flex code?
getc, ungetc?
Maybe you can supply work-alike functions and those 2 header files.
> another lexer?
Follow drh's advice and write your own.
You'll have fewer dependencies/problems and more control.
____________________________________________________________________________________
Looking for last minute shopping deals?
Find them fast with Yahoo! Search.
http://tools.search.yahoo.com/newsearch/category.php?category=shopping
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------