Re: [PATCH] Keep comments in sync with the code...

2002-01-08 Thread Nicholas Clark
On Tue, Jan 08, 2002 at 12:20:59PM -0800, Hong Zhang wrote: > > By the way, we should not have global variable names like "index" > at the first place. All globals should look something like "GIndex". Valid point. Sadly in this case there's not much we can do, as I think that gcc was warning a

RE: [PATCH] Keep comments in sync with the code...

2002-01-08 Thread Hong Zhang
To: [EMAIL PROTECTED] > Subject: [PATCH] Keep comments in sync with the code... > > > > We changed from index to idx in the code, but not in the comments. > > Simon > > --- key.c.old Tue Jan 8 08:00:00 2002 > +++ key.c Tue Jan 8 17:52:36 2002 > @@ -217

Re: [PATCH] Keep comments in sync with the code... [APPLIED]

2002-01-08 Thread Dan Sugalski
At 05:55 PM 1/8/2002 +, Simon Glover wrote: > We changed from index to idx in the code, but not in the comments. Applied, thanks. Dan --"it's like this"--- Dan Sugalski even

[PATCH] Keep comments in sync with the code...

2002-01-08 Thread Simon Glover
We changed from index to idx in the code, but not in the comments. Simon --- key.c.old Tue Jan 8 08:00:00 2002 +++ key.c Tue Jan 8 17:52:36 2002 @@ -217,7 +217,7 @@ /*=for api key key_element_type -return the type of element of KEY +return the type of element of KEY =cut