source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: It turns out the man(7) parser suffers from unintelligible
@ 2015-04-03 17:01 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2015-04-03 17:01 UTC (permalink / raw)
  To: source

Log Message:
-----------
It turns out the man(7) parser suffers from unintelligible handling
of block rewinding, just like then mdoc(7) parser did.
First step in getting rid of rew_scope():
Replace the only call where the target block is known.
This commit is analogous to mdoc_macro.c rev. 1.167.
One down, three to go.

Modified Files:
--------------
    mdocml:
        man_macro.c

Revision Data
-------------
Index: man_macro.c
===================================================================
RCS file: /home/cvs/mdocml/mdocml/man_macro.c,v
retrieving revision 1.102
retrieving revision 1.103
diff -Lman_macro.c -Lman_macro.c -u -p -r1.102 -r1.103
--- man_macro.c
+++ man_macro.c
@@ -401,7 +401,7 @@ blk_imp(MACRO_PROT_ARGS)
 
 	/* Close out the head and open the body. */
 
-	rew_scope(ROFFT_HEAD, man, tok);
+	man_unscope(man, n);
 	man_body_alloc(man, line, ppos, tok);
 }
 
--
 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:[~2015-04-03 17:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-03 17:01 mdocml: It turns out the man(7) parser suffers from unintelligible schwarze

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).