source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Whack MDOC_ACTED and MAN_ACTED (these no longer exist).
@ 2010-12-26 14:44 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2010-12-26 14:44 UTC (permalink / raw)
  To: source

Log Message:
-----------
Whack MDOC_ACTED and MAN_ACTED (these no longer exist).

Modified Files:
--------------
    mdocml:
        man.h
        mdoc.h

Revision Data
-------------
Index: man.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lman.h -Lman.h -u -p -r1.48 -r1.49
--- man.h
+++ man.h
@@ -95,7 +95,6 @@ struct	man_node {
 	enum mant	 tok; /* tok or MAN__MAX if none */
 	int		 flags;
 #define	MAN_VALID	(1 << 0) /* has been validated */
-#define	MAN_ACTED	(1 << 1) /* has been acted upon */
 #define	MAN_EOS		(1 << 2) /* at sentence boundary */
 	enum man_type	 type; /* AST node type */
 	char		*string; /* TEXT node argument */
Index: mdoc.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.h,v
retrieving revision 1.112
retrieving revision 1.113
diff -Lmdoc.h -Lmdoc.h -u -p -r1.112 -r1.113
--- mdoc.h
+++ mdoc.h
@@ -385,7 +385,6 @@ struct	mdoc_node {
 	enum mdoct	  tok; /* tok or MDOC__MAX if none */
 	int		  flags;
 #define	MDOC_VALID	 (1 << 0) /* has been validated */
-#define	MDOC_ACTED	 (1 << 1) /* has been acted upon */
 #define	MDOC_EOS	 (1 << 2) /* at sentence boundary */
 #define	MDOC_LINE	 (1 << 3) /* first macro/text on line */
 #define	MDOC_SYNPRETTY	 (1 << 4) /* SYNOPSIS-style formatting */
--
 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-12-26 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-26 14:44 mdocml: Whack MDOC_ACTED and MAN_ACTED (these no longer exist) 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).