source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Forgot to add these bits to the last commit.
@ 2011-07-18 14:30 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-07-18 14:30 UTC (permalink / raw)
  To: source

Log Message:
-----------
Forgot to add these bits to the last commit.

Modified Files:
--------------
    mdocml:
        mandoc.h
        read.c

Revision Data
-------------
Index: mandoc.h
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mandoc.h,v
retrieving revision 1.80
retrieving revision 1.81
diff -Lmandoc.h -Lmandoc.h -u -p -r1.80 -r1.81
--- mandoc.h
+++ mandoc.h
@@ -111,6 +111,7 @@ enum	mandocerr {
 
 	/* related to equations */
 	MANDOCERR_EQNARGS, /* bad equation macro arguments */
+	MANDOCERR_EQNNEST, /* too many nested equation defines */
 
 	/* related to tables */
 	MANDOCERR_TBL, /* bad table syntax */
Index: read.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/read.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -Lread.c -Lread.c -u -p -r1.18 -r1.19
--- read.c
+++ read.c
@@ -153,6 +153,7 @@ static	const char * const	mandocerrs[MAN
 
 	/* related to equations */
 	"bad equation macro syntax",
+	"too many nested equation defines",
 
 	/* related to tables */
 	"bad table syntax",
--
 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:[~2011-07-18 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-18 14:30 mdocml: Forgot to add these bits to the last commit 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).