nano-devel
[Top][All Lists]
Advanced

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

Re: [Nano-devel] search history


From: Ken Tyler
Subject: Re: [Nano-devel] search history
Date: Tue, 22 Oct 2002 18:28:06 +1000

On Tue, 22 Oct 2002, Ken Tyler wrote: 
> On Mon, 21 Oct 2002, David Benbennick wrote:
> > On Mon, Oct 21, 2002 at 02:28:48PM +1000, Ken Tyler wrote:

(Replying to my own post)

> > 3) The first 8 lines of search.c:history_init() are pretty ugly.  Is it
> > really necessary to assign a (historyheadtype **) value to a
> > (historyheadtype *) variable?
> 
> Probably not, after a quick look it makes no sense.  historytype and

After a longer look it is correct, the 3 pointers in the header are
pointers to historytype pointers and after init, point to members of the
structure that contain them.  It's integral to the way the lists work. 

Ken.






reply via email to

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