On Thu, Aug 05, 2010 at 06:59:29PM +0200, yy wrote: > You can define as many tags as you want in your config.h file.
thats actually not true: struct NumTags { char limitexceeded[LENGTH(tags) > 31 ? -1 : 1]; };
On Thu, Aug 05, 2010 at 06:59:29PM +0200, yy wrote: > You can define as many tags as you want in your config.h file.
thats actually not true: struct NumTags { char limitexceeded[LENGTH(tags) > 31 ? -1 : 1]; };