help-flex
[Top][All Lists]
Advanced

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

Re: bug(s) in 2.5.19 skel.c


From: John Millaway
Subject: Re: bug(s) in 2.5.19 skel.c
Date: Sun, 15 Sep 2002 12:47:07 -0700 (PDT)

--- Bruce Lilly <address@hidden> wrote:
> A simpler and more effective alternative (since)
> only a few elements of the struct need to be
> initialized to something other thsn zero) would
> be either:
> 1. use calloc rather than malloc
> or
> 2. use memset() after malloc.
> Then yy_init_globals only has to take care of
> the elements that need to be initialized to non-xero
> values.

Yup. Already did that.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




reply via email to

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