Merge branch 'master' of git.philpep.org:wmfs into nocmake

This commit is contained in:
Philippe Pepiot 2010-11-09 12:33:45 +01:00
commit 57f8768228

View File

@ -80,7 +80,9 @@ static struct keyword *
push_keyword(struct keyword *tail, enum keyword_t type, char *buf, size_t *offset, struct files *file, int line)
{
struct keyword *kw;
#ifdef DEBUG
int i = 0;
#endif
if (type == WORD && *offset == 0)
return tail;