lexical #19/19, rewrite

This commit is contained in:
rlar 2012-07-31 20:41:17 +02:00
parent 5b67ecda79
commit 1195498978
1 changed files with 2 additions and 5 deletions

View File

@ -197,11 +197,8 @@ gotchar:
buf[i] = '\0';
newword;
}
if (cw) {
;
} else {
append(NULL);
}
if (!cw)
append(NULL);
goto done;
case '\'':