help-flex
[Top][All Lists]
Advanced

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

Why is YY_BUF_SIZE not override-able?


From: John W. Millaway
Subject: Why is YY_BUF_SIZE not override-able?
Date: Fri, 4 May 2001 11:15:47 -0700 (PDT)

Hi,

Most everything can be overridden by the user. However the size of the input
buffer, YY_BUF_SIZE, is fixed. Is there a reason why YY_BUF_SIZE can't be
overridden?

Let's say I knew that all my tokens will match under 80 characters plus 
newlines,
plus nulls, plus flex-flags... I might decide to set YY_BUF_SIZE to 100.

-John


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/



reply via email to

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