summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index d7a95c6c..79d696b8 100644
--- a/main.c
+++ b/main.c
@@ -401,13 +401,14 @@ fdesc(struct buf *blk, struct buf *ln,
lnn++;
continue;
}
+ macro = 0;
#endif /* STRIP_XO */
ln->buf[pos] = 0;
if ( ! mdoc_parseln(mdoc, lnn, ln->buf))
return(0);
lnn++;
- macro = pos = 0;
+ pos = 0;
}
}