summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-04-24 23:51:17 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-04-24 23:51:17 +0000
commit62a48c322e3776d78c00f91cddca122e733deaee (patch)
treef14c41a55d666172e08145742e9632e98a22f053 /roff.c
parent71b287790603192a71257e3948f9d2503dda9cc9 (diff)
downloadmandoc-62a48c322e3776d78c00f91cddca122e733deaee.tar.gz
User defined macros may invoke high-level macros.
The latter got lost due to a regression in rev. 1.130. ok kristaps@
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/roff.c b/roff.c
index c86bb31a..6c6f6e7d 100644
--- a/roff.c
+++ b/roff.c
@@ -829,8 +829,7 @@ roff_block_sub(ROFF_ARGS)
* pulling it out of the hashtable.
*/
- if (ROFF_MAX == (t = roff_parse(r, *bufp, &pos)))
- return(ROFF_IGN);
+ t = roff_parse(r, *bufp, &pos);
/*
* Macros other than block-end are only significant