diff --git a/lsflib/src/tokenizer.c b/lsflib/src/tokenizer.c --- a/lsflib/src/tokenizer.c +++ b/lsflib/src/tokenizer.c @@ -21,11 +21,11 @@ * the main routine of the tokenizer * */ - Node *aktuell, *begin; char line[LINE_LENGTH]; char *token; + int tokens; *line = tokens = 0;