diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-16 19:45:51 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-16 19:45:51 +0000 |
commit | a2605b913e645cce238389093dfa9d10cbcf7236 (patch) | |
tree | 3317fca3abd0842e344f10313bf2813aa59958b7 /mdoc_action.c | |
parent | bf5cc7adff53d67064937f93d51005e425746df8 (diff) | |
download | mandoc-a2605b913e645cce238389093dfa9d10cbcf7236.tar.gz |
Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc parser).
Diffstat (limited to 'mdoc_action.c')
-rw-r--r-- | mdoc_action.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mdoc_action.c b/mdoc_action.c index 660f1fff..4a314905 100644 --- a/mdoc_action.c +++ b/mdoc_action.c @@ -71,7 +71,7 @@ static int pre_dl(PRE_ARGS); #define nerr(m, n, t) perr((m), (n)->line, (n)->pos, (t)) const struct actions mdoc_actions[MDOC_MAX] = { - { NULL, NULL }, /* \" */ + { NULL, NULL }, /* Ap */ { NULL, post_dd }, /* Dd */ { NULL, post_dt }, /* Dt */ { NULL, post_os }, /* Os */ @@ -178,7 +178,6 @@ const struct actions mdoc_actions[MDOC_MAX] = { { NULL, NULL }, /* Fr */ { NULL, NULL }, /* Ud */ { NULL, NULL }, /* Lb */ - { NULL, NULL }, /* Ap */ { NULL, NULL }, /* Lp */ { NULL, post_lk }, /* Lk */ { NULL, NULL }, /* Mt */ |