aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-16 19:45:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-16 19:45:51 +0000
commita7f2dc1d0e14e61727a4abdb0250b39e016e0705 (patch)
treecdb31d5b93768b5cf7b00e8d9cc1e64704f87814 /mdoc_action.c
parent632038c8c98f1c408bb368edf910b849f186dc8a (diff)
downloadmandoc-a7f2dc1d0e14e61727a4abdb0250b39e016e0705.tar.gz
mandoc-a7f2dc1d0e14e61727a4abdb0250b39e016e0705.tar.zst
mandoc-a7f2dc1d0e14e61727a4abdb0250b39e016e0705.zip
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.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/mdoc_action.c b/mdoc_action.c
index bfc93da7..d6b6ea14 100644
--- a/mdoc_action.c
+++ b/mdoc_action.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_action.c,v 1.11 2009/06/12 12:52:51 kristaps Exp $ */
+/* $Id: mdoc_action.c,v 1.12 2009/06/16 19:45:51 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 */