-/* $Id: mdoc.c,v 1.89 2009/07/07 09:29:15 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.90 2009/07/12 20:50:08 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
"unterminated quoted phrase", /* EQUOTPHR */
"closure macro without prior context", /* ENOCTX */
"invalid whitespace after control character", /* ESPACE */
+ "no description found for library" /* ELIB */
};
const char *const __mdoc_macronames[MDOC_MAX] = {