summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 15:53:47 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-21 15:53:47 +0000
commitdcc60ee1fbb320277fbd7337f0b036e8604cd2a2 (patch)
treecdc28defb83531f908f80ac3a22623a8464fd51c
parentc456a233e9f229d79af0cdfd34b969a6b798dcc7 (diff)
downloadmandoc-dcc60ee1fbb320277fbd7337f0b036e8604cd2a2.tar.gz
mandoc-dcc60ee1fbb320277fbd7337f0b036e8604cd2a2.tar.zst
mandoc-dcc60ee1fbb320277fbd7337f0b036e8604cd2a2.zip
Noted that `Pa' can accept 0 arguments.
-rw-r--r--mdoc_macro.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index a8956c44..29679f86 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_macro.c,v 1.24 2009/07/19 21:26:27 kristaps Exp $ */
+/* $Id: mdoc_macro.c,v 1.25 2009/07/21 15:53:47 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -748,6 +748,8 @@ in_line(MACRO_PROT_ARGS)
/* FALLTHROUGH */
case (MDOC_Lk):
/* FALLTHROUGH */
+ case (MDOC_Pa):
+ /* FALLTHROUGH */
case (MDOC_Ar):
nc = 1;
break;