[EMAIL PROTECTED] writes:
> On Apr 27, 2004, at 2:55 AM, Han-Wen Nienhuys wrote:
>
> > Cool, nice to see! While you're at it, can you double check that
> > post_incr and incr are used? If not, they can be scrapped wholesale.
> >
>
> Right. Here's the revised diff. It turns out that incr() is be
On Apr 27, 2004, at 2:55 AM, Han-Wen Nienhuys wrote:
Cool, nice to see! While you're at it, can you double check that
post_incr and incr are used? If not, they can be scrapped wholesale.
Right. Here's the revised diff. It turns out that incr() is being
used in one place (lily/box.cc). With thi
[EMAIL PROTECTED] writes:
> As a way of learning my way around the code, I thought I'd work on some
> of the things marked TODO. Here's the first one, a relatively trivial
> patch inlining some functions.
Cool, nice to see! While you're at it, can you double check that
post_incr and incr are u
As a way of learning my way around the code, I thought I'd work on some
of the things marked TODO. Here's the first one, a relatively trivial
patch inlining some functions.
By the way, is there a documentation tool in use for the C++ code? I
thought I might document some things as a way of le