Re: Flex seg faults on very long lines (patch)

2002-09-05 Thread W. L. Estes
On Wednesday, 04 September 2002,22:00 -0500, Manoj Srivastava wrote: > Hi, > > The following flex input, > > ---> flextest.lex <--- > > BOGUS aaa[insert 3000 more a's here]aaa > > %%

Flex seg faults on very long lines (patch)

2002-09-04 Thread Manoj Srivastava
Hi, The following flex input, ---> flextest.lex <--- BOGUS aaa[insert 3000 more a's here]aaa %% a { /* example *