-/* $Id: mandoc.h,v 1.80 2011/07/17 14:08:49 kristaps Exp $ */
+/* $Id: mandoc.h,v 1.81 2011/07/18 14:30:51 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
/* related to equations */
MANDOCERR_EQNARGS, /* bad equation macro arguments */
+ MANDOCERR_EQNNEST, /* too many nested equation defines */
/* related to tables */
MANDOCERR_TBL, /* bad table syntax */
-/* $Id: read.c,v 1.18 2011/07/18 07:46:41 kristaps Exp $ */
+/* $Id: read.c,v 1.19 2011/07/18 14:30:51 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
/* related to equations */
"bad equation macro syntax",
+ "too many nested equation defines",
/* related to tables */
"bad table syntax",