summaryrefslogtreecommitdiffstats
path: root/mdoc.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 07:42:04 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-31 07:42:04 +0000
commita12f0f0bcfd4c67c0c4b89f7e99eebe364ac9b92 (patch)
treef4b373c596d554928df76ffee7cae2da35819564 /mdoc.c
parentd8f04423aa0185697ac4ab7b182532f8f02b5de7 (diff)
downloadmandoc-a12f0f0bcfd4c67c0c4b89f7e99eebe364ac9b92.tar.gz
Re-adjusting UGLY tags.
Fixed removed assignment of type. Removed superfluous checks of mdoc_argflags (from days when comments were a macro tag).
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc.c b/mdoc.c
index ba7066f1..a866dbb4 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -436,6 +436,7 @@ node_alloc(struct mdoc *m, int line, int pos,
p->line = line;
p->pos = pos;
p->tok = tok;
+ p->type = type;
return(p);
}