Re: Small cleanup in list handling

2005-05-18 Thread Dimi Paun
On Wed, 2005-05-18 at 11:53 +0100, Robert Shearman wrote: > This patch has already been committed, but for future reference code > of > this form: > > LIST_FOR_EACH( cursor, list) > { > TYPE list_entry = LIST_ENTRY( cursor, TYPE, entry ); > ... > > Can be replaced by the following for IM

Re: Small cleanup in list handling

2005-05-18 Thread Robert Shearman
Dimi Paun wrote: Index: dlls/ntdll/exception.c === RCS file: /var/cvs/wine/dlls/ntdll/exception.c,v retrieving revision 1.75 diff -u -p -r1.75 exception.c --- dlls/ntdll/exception.c 13 May 2005 13:56:47 - 1.75 +++ dlls/ntdll/except