]> git.cameronkatri.com Git - mandoc.git/blobdiff - mdoc_argv.c
Adding initial options processing (not hooked into parse yet). This is
[mandoc.git] / mdoc_argv.c
index 3a36e4e9abc044314cf6fbd0a5fff81a528e20c2..f68e55f5e0dcb12133c4e445481fd955ef363d5b 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: mdoc_argv.c,v 1.60 2010/09/13 20:15:43 schwarze Exp $ */
+/*     $Id: mdoc_argv.c,v 1.62 2010/12/24 14:00:40 kristaps Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -361,8 +361,7 @@ mdoc_args(struct mdoc *m, int line, int *pos,
                if (MDOC_Bl == n->tok)
                        break;
 
-       assert(n->data.Bl);
-       if (n && LIST_column == n->data.Bl->type) {
+       if (n && LIST_column == n->norm->Bl.type) {
                fl |= ARGS_TABSEP;
                fl &= ~ARGS_DELIM;
        }