On Thu, May 31, 2007 at 06:25:00PM +0200, Szabolcs Nagy wrote:
> i'm thinking about the global variable declarations
> dwm.h does not use the 'extern' storage class specifier anymore, which
> is imho not correct for variables (actually i asked it on comp.lang.c)
> http://c-faq.com/decl/decldef.html
> 
> otoh if current solution is accepted then the redefinitions in .c
> files (eg main.c) are not needed (except when the variable is
> initialized there)

Ok, this might remove certain lines of code I assume ;)

Do you have a patch at hand? Or I will do it tomorrow!

Regards,
-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361

Reply via email to