[PATCH XTS 1/2] xts5: remove some more gevent() unnecessities

2012-01-04 Thread Peter Hutterer
Don't declare where not needed, include stdlib where needed, don't cast where not necessary. Signed-off-by: Peter Hutterer peter.hutte...@who-t.net --- xts5/Xlib12/XDisplayName/Test1.c |2 +- xts5/Xlib12/XDisplayName/XDisplayName.m|2 +- xts5/Xlib14/XUnsetICFocus.m

Re: [PATCH XTS 1/2] xts5: remove some more gevent() unnecessities

2012-01-04 Thread Alan Coopersmith
On 01/04/12 21:01, Peter Hutterer wrote: Don't declare where not needed, include stdlib where needed, don't cast where not necessary. Signed-off-by: Peter Huttererpeter.hutte...@who-t.net Reviewed-by: Alan Coopersmith alan.coopersm...@oracle.com ...except for the typo in the subject line,