source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Obvious fix to last patch: have ARGS_PEND also be flagged for
@ 2010-05-30 21:41 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-05-30 21:41 UTC (permalink / raw)
  To: source

Log Message:
-----------
Obvious fix to last patch: have ARGS_PEND also be flagged for phrase()
handling.

Modified Files:
--------------
    mdocml:
        mdoc_macro.c

Revision Data
-------------
Index: mdoc_macro.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc_macro.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -Lmdoc_macro.c -Lmdoc_macro.c -u -p -r1.71 -r1.72
--- mdoc_macro.c
+++ mdoc_macro.c
@@ -1038,7 +1038,9 @@ blk_full(MACRO_PROT_ARGS)
 			head = m->last;
 		}
 
-		if (ARGS_PHRASE == ac || ARGS_PPHRASE == ac) {
+		if (ARGS_PHRASE == ac || 
+				ARGS_PEND == ac ||
+				ARGS_PPHRASE == ac) {
 			if (ARGS_PPHRASE == ac)
 				m->flags |= MDOC_PPHRASE;
 			if (ARGS_PEND == ac && ARGS_PPHRASE == lac)
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-05-30 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-05-30 21:41 mdocml: Obvious fix to last patch: have ARGS_PEND also be flagged for kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).