X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/halibut/blobdiff_plain/41848b3e209f21729cbfe29aaa47d4c061aed94e..46c7302f13bc04db65afa5e5f0195fe10cf22c47:/input.c diff --git a/input.c b/input.c index a616ac9..493449c 100644 --- a/input.c +++ b/input.c @@ -426,6 +426,7 @@ token get_token(input *in) { c == '#' || c == '{' || c == '}' || c == '.') { /* single-char command */ rdadd(&rs, c); + prevpos = rsc.pos; } else if (c == 'u') { int len = 0; do {